mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 23:31:13 -05:00
fixed weird issue of players with 0 skill showing up in topstats
client name changes are now updated in the database oops removed clientindex for admins command
This commit is contained in:
@ -97,6 +97,11 @@ namespace IW4MAdmin
|
||||
return LastOffense;
|
||||
}
|
||||
|
||||
public void updateName(String n)
|
||||
{
|
||||
Name = n;
|
||||
}
|
||||
|
||||
// BECAUSE IT NEEDS TO BE CHANGED!
|
||||
public void setLevel(Player.Permission Perm)
|
||||
{
|
||||
|
Reference in New Issue
Block a user