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:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user