Disable leave message if the server is full.

TSHOCKPLUGINS-16
This commit is contained in:
Lucas Nicodemus 2012-01-07 14:22:21 -07:00
parent e17f56fae0
commit 61c4edfcde
2 changed files with 58 additions and 58 deletions

View file

@ -664,7 +664,6 @@ namespace TShockAPI
{
Utils.Broadcast(tsplr.Name + " left", Color.Yellow);
}
Log.Info(string.Format("{0} left.", tsplr.Name));
if (tsplr.IsLoggedIn)