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