mirror of
https://github.com/Nereziel/cs2-WeaponPaints.git
synced 2026-03-10 00:22:30 +00:00
2.2b
- Small fixes 🍕
This commit is contained in:
@@ -183,7 +183,6 @@ namespace WeaponPaints
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
}, TimerFlags.STOP_ON_MAPCHANGE);
|
||||
}
|
||||
|
||||
@@ -297,8 +296,10 @@ namespace WeaponPaints
|
||||
}
|
||||
}
|
||||
|
||||
public void GivePlayerAgent(CCSPlayerController player)
|
||||
public static void GivePlayerAgent(CCSPlayerController player)
|
||||
{
|
||||
if (!g_playersAgent.ContainsKey(player.Slot)) return;
|
||||
|
||||
try
|
||||
{
|
||||
Server.NextFrame(() =>
|
||||
|
||||
Reference in New Issue
Block a user