-Ingame log messages are no longer shown to the player who caused them.
-Changed ingame log message color to something more unique for better identification.
This commit is contained in:
parent
512ec24b57
commit
d1f1e422a0
3 changed files with 9 additions and 8 deletions
|
|
@ -2922,7 +2922,7 @@ namespace TShockAPI
|
|||
break;
|
||||
}
|
||||
|
||||
TShock.Utils.SendLogs(string.Format("{0} summoned {1}", args.Player.Name, boss), Color.Red);
|
||||
TShock.Utils.SendLogs(string.Format("{0} summoned {1}", args.Player.Name, boss), Color.PaleVioletRed, args.Player);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue