1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-10 23:27:57 -05:00

Grief: remove weapons disabled on round start wait

This commit is contained in:
Jbleezy
2022-01-04 20:56:34 -08:00
parent 00d439badd
commit ab28bf9ed8

View File

@ -406,7 +406,6 @@ on_player_spawned()
// round_start_wait resets these
self freezeControls(1);
self enableInvulnerability();
self disableWeapons();
}
}
@ -637,7 +636,6 @@ round_start_wait(time, initial)
player freezeControls(0);
player disableInvulnerability();
player enableWeapons();
}
level notify("restart_round_start");