1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-09 23:02:53 -05:00

Meat powerup: fix dealing damage over time after end game

This commit is contained in:
Jbleezy
2023-12-02 15:59:43 -08:00
parent 01ee2e3220
commit b6b0dc0255

View File

@ -240,6 +240,7 @@ meat_disable_weapons()
meat_damage_over_time()
{
level endon("end_game");
level endon("meat_thrown");
self endon("disconnect");
self endon("player_downed");