launchers_weapons_rewards 1.0.2

This commit is contained in:
Resxt 2022-03-09 23:52:11 +01:00
parent 679b1a0c01
commit 4b8814c744

View File

@ -14,8 +14,9 @@ Main()
Init() Init()
{ {
level thread OnPlayerConnect();
level.killstreakSpawnShield = 0; // Disable anti killstreak protection on player spawn level.killstreakSpawnShield = 0; // Disable anti killstreak protection on player spawn
level thread OnPlayerConnect();
} }
OnPlayerConnect() OnPlayerConnect()