Fix bug from i18nification

Wrong paren match
This commit is contained in:
Lucas Nicodemus 2022-11-10 00:25:45 -08:00
parent ea96b3dc70
commit 15c8bf8436
No known key found for this signature in database

View file

@ -1382,7 +1382,7 @@ namespace TShockAPI
{
if (!tsplr.SilentKickInProgress && tsplr.State >= 3)
Utils.Broadcast(GetString("{0} has left.", tsplr.Name), Color.Yellow);
Log.Info(GetString("{0} disconnected."), tsplr.Name);
Log.Info(GetString("{0} disconnected.", tsplr.Name));
if (tsplr.IsLoggedIn && !tsplr.IsDisabledPendingTrashRemoval && Main.ServerSideCharacter && (!tsplr.Dead || tsplr.TPlayer.difficulty != 2))
{