1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 23:31:13 -05:00

VERSION: 0.8.1

CHANGELOG:
-no longer have `world` client handle broken events
-hopefully fixed an issue with clients missing connection event
-fixed ban order in webfront
-fixed alias output duplicating
-fixed missing evade reason
-cleaned up project files
This commit is contained in:
RaidMax
2015-04-11 12:31:04 -05:00
parent 6b6b5f4a1c
commit 8e31cbe138
9 changed files with 91 additions and 119 deletions

View File

@ -725,9 +725,11 @@ namespace IW4MAdmin
E.Origin.Tell(message.ToString());
}
message = new StringBuilder();
if (E.Target.Alias.getIPS() != null)
{
message.Append("IPS: ");
message.Append("IPs: ");
foreach (Player P2 in playerAliases)
{