1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-14 00:58:18 -05:00

-no more server duplicates on webfront when the server crashes ( was intentional )

-warn reasons no longer show player's name
This commit is contained in:
RaidMax
2016-01-21 11:41:00 -06:00
parent e39c97a182
commit 85a658b987
7 changed files with 35 additions and 12 deletions

View File

@ -34,7 +34,7 @@ namespace IW4MAdmin
E.Origin.Tell("You cannot warn " + E.Target.Name);
else
{
E.Target.Warn(E.Data, E.Origin);
E.Target.Warn(E.Target.lastOffense, E.Origin);
}
}
}