1.3.6d - IMPORTANT

- Fixed pool size
- Fixed `css_rename`
- Updated CounterStrikeSharp
- Minor changes
This commit is contained in:
Dawid Bepierszcz
2024-03-23 23:41:17 +01:00
parent cce265c6b7
commit a8904f2d8a
9 changed files with 147 additions and 105 deletions

View File

@@ -121,7 +121,7 @@ public static class PlayerExtensions
if (CS2_SimpleAdmin.Instance == null)
return;
newName = CS2_SimpleAdmin._localizer?["sa_unknown"] ?? "Unknown";
newName = newName ?? CS2_SimpleAdmin._localizer?["sa_unknown"] ?? "Unknown";
SchemaString<CBasePlayerController> playerName = new SchemaString<CBasePlayerController>(controller, "m_iszPlayerName");
playerName.Set(newName + " ");