1.6.6a
```diff + Reapply gravity/speed with timer + Added shake effect for slap + Fixed css_gravity and css_speed command + Fixed css_give command, for example weapon_knife returns weapon_knife instead of weapon_knife and weapon_knife_t + Small code improvements ```
This commit is contained in:
parent
82b82722a6
commit
7a69c5387a
12 changed files with 240 additions and 89 deletions
|
|
@ -7,7 +7,7 @@ namespace CS2_SimpleAdmin.Managers;
|
|||
|
||||
public class ServerManager
|
||||
{
|
||||
private int _getIpTryCount = 0;
|
||||
private int _getIpTryCount;
|
||||
|
||||
public void LoadServerData()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue