Fix Travis
This commit is contained in:
parent
fc689dbbc5
commit
70f22c1e70
1 changed files with 1 additions and 1 deletions
|
|
@ -508,7 +508,7 @@ namespace TShockAPI
|
||||||
if (save)
|
if (save)
|
||||||
SaveManager.Instance.SaveWorld();
|
SaveManager.Instance.SaveWorld();
|
||||||
|
|
||||||
TSPlayer.KickAll(true, reason);
|
TSPlayer.All.Kick(reason, true, true, null, true);
|
||||||
|
|
||||||
// Broadcast so console can see we are shutting down as well
|
// Broadcast so console can see we are shutting down as well
|
||||||
TShock.Utils.Broadcast(reason, Color.Red);
|
TShock.Utils.Broadcast(reason, Color.Red);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue