1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-26 07:00:25 -05:00
Files
BO2-Reimagined/scripts/zm/zgrief/zgrief_reimagined.csc
2024-01-08 16:36:21 -08:00

7 lines
211 B
Plaintext

#include clientscripts\mp\_utility;
#include clientscripts\mp\zombies\_zm_utility;
main()
{
replaceFunc(clientscripts\mp\gametypes\zgrief::onprecachegametype, scripts\zm\replaced\zgrief::onprecachegametype);
}