mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-07 21:59:49 -05:00
9 lines
226 B
Plaintext
9 lines
226 B
Plaintext
#include clientscripts\mp\_utility;
|
|
#include clientscripts\mp\zombies\_zm_utility;
|
|
|
|
main()
|
|
{
|
|
replaceFunc(clientscripts\mp\zm_nuked::main, scripts\zm\replaced\zm_nuked::main);
|
|
|
|
scripts\zm\reimagined\_explosive_dart::main();
|
|
} |