mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-07 21:59:49 -05:00
14 lines
402 B
Plaintext
14 lines
402 B
Plaintext
#include maps\mp\zombies\_zm_pers_upgrades;
|
|
#include common_scripts\utility;
|
|
#include maps\mp\_utility;
|
|
#include maps\mp\zombies\_zm_utility;
|
|
#include maps\mp\zombies\_zm_pers_upgrades_system;
|
|
#include maps\mp\zombies\_zm_stats;
|
|
#include maps\mp\zombies\_zm_powerups;
|
|
#include maps\mp\zombies\_zm_perks;
|
|
#include maps\mp\zombies\_zm_pers_upgrades_functions;
|
|
|
|
is_pers_system_disabled()
|
|
{
|
|
return true;
|
|
} |