mirror of
https://github.com/daffyyyy/CS2-SimpleAdmin.git
synced 2026-02-20 11:08:22 +00:00
1.2.9a
- Major changes - Fixed `css_respawn` - Added discord webhook - Refactoring database class
This commit is contained in:
@@ -59,7 +59,7 @@ namespace CS2_SimpleAdmin
|
||||
}
|
||||
|
||||
//Console.WriteLine($"Setting immunity for SteamID {steamid} to {immunity}");
|
||||
AdminManager.SetPlayerImmunity(steamid, (uint)immunity);
|
||||
|
||||
|
||||
if (flags != null)
|
||||
{
|
||||
@@ -81,6 +81,7 @@ namespace CS2_SimpleAdmin
|
||||
}
|
||||
}
|
||||
}
|
||||
AdminManager.SetPlayerImmunity(steamid, (uint)immunity);
|
||||
}
|
||||
}
|
||||
catch (Exception)
|
||||
|
||||
Reference in New Issue
Block a user