mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-11 15:52:25 -05:00
added preliminary heartbeat system
modified the deployment of outdated message inform user of invalid rcon password reworked layout of first time server setup fixed KDR not being properly truncated in some cases fixed duplicate game-end event more crash fixes
This commit is contained in:
@ -84,11 +84,11 @@ namespace IW4MAdmin
|
||||
return new Event(GType.Say, Utilities.removeNastyChars(message), SV.clientFromLine(line, 3, false), null, null);
|
||||
}
|
||||
|
||||
if (eventType == "d" || eventType == ":")
|
||||
if (eventType == ":")
|
||||
return new Event(GType.MapEnd, null, null, null, null);
|
||||
|
||||
if (line[0].Length > 400) // blaze it
|
||||
return new Event(GType.MapChange, null, null, null, null);
|
||||
return new Event(GType.MapChange, line[0], null, null, null);
|
||||
|
||||
|
||||
return null;
|
||||
|
Reference in New Issue
Block a user