mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-12 08:08:00 -05:00
Grief: remove weapons disabled on round start wait
This commit is contained in:
@ -406,7 +406,6 @@ on_player_spawned()
|
|||||||
// round_start_wait resets these
|
// round_start_wait resets these
|
||||||
self freezeControls(1);
|
self freezeControls(1);
|
||||||
self enableInvulnerability();
|
self enableInvulnerability();
|
||||||
self disableWeapons();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -637,7 +636,6 @@ round_start_wait(time, initial)
|
|||||||
|
|
||||||
player freezeControls(0);
|
player freezeControls(0);
|
||||||
player disableInvulnerability();
|
player disableInvulnerability();
|
||||||
player enableWeapons();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
level notify("restart_round_start");
|
level notify("restart_round_start");
|
||||||
|
Reference in New Issue
Block a user