Added Showing Kicked Info In Console.
This commit is contained in:
parent
cf9157bc94
commit
01e6f32734
1 changed files with 1 additions and 1 deletions
|
|
@ -356,7 +356,7 @@ namespace TShockAPI
|
||||||
if (!player.ConnectionAlive)
|
if (!player.ConnectionAlive)
|
||||||
return;
|
return;
|
||||||
player.Disconnect(reason);
|
player.Disconnect(reason);
|
||||||
Log.Info(string.Format("{0} was force kicked for : {1}", player.IP, reason));
|
Log.ConsoleInfo(string.Format("{0} was force kicked for : {1}", player.IP, reason));
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue