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

Grief: fix meat

This commit is contained in:
Jbleezy
2021-12-10 20:43:31 -08:00
parent 3f70110371
commit 5e189cdce7

View File

@ -174,6 +174,7 @@ grief_onplayerconnect()
self thread on_player_downed();
self thread on_player_bleedout();
self thread on_player_revived();
self thread maps/mp/gametypes_zm/zmeat::create_item_meat_watcher();
self.killsconfirmed = 0;
}