update file localizations

update custom callbacks
add server count to master
add most played to token list
This commit is contained in:
RaidMax
2018-05-21 16:09:27 -05:00
parent be68335f70
commit 36d493f05b
14 changed files with 1181 additions and 1052 deletions

View File

@ -245,7 +245,7 @@ namespace SharedLibraryCore.RCon
goto retrySend;
else if (FailedReceives == 4)
{
Log.WriteError($"Failed to receive data from {socketConnection.RemoteEndPoint} after {FailedReceives} tries");
// Log.WriteError($"Failed to receive data from {socketConnection.RemoteEndPoint} after {FailedReceives} tries");
}
if (FailedReceives >= 4)
@ -277,7 +277,7 @@ namespace SharedLibraryCore.RCon
else if (FailedReceives == 4)
{
Log.WriteError($"Failed to receive data from {socketConnection.RemoteEndPoint} after {FailedReceives} tries");
// Log.WriteError($"Failed to receive data from {socketConnection.RemoteEndPoint} after {FailedReceives} tries");
}
if (FailedReceives >= 4)