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

Tombstone: add in solo correctly

Fixes not being added on Tranzit in solo
This commit is contained in:
Jbleezy
2022-01-15 02:14:43 -08:00
parent 3afb85f753
commit 8da5e2df27
2 changed files with 11 additions and 93 deletions

View File

@ -0,0 +1,8 @@
#include maps\mp\_utility;
#include common_scripts\utility;
#include maps\mp\zombies\_zm_utility;
solo_tombstone_removal()
{
// tombstone added in solo
}