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

Move self include line to top of each replaced file

This commit is contained in:
Jbleezy
2023-10-29 00:48:22 -07:00
parent 3e86396a3d
commit 9543bb8de3
125 changed files with 126 additions and 126 deletions

View File

@ -1,3 +1,4 @@
#include maps\mp\zombies\_zm_weapon_locker;
#include common_scripts\utility;
#include maps\mp\_utility;
#include maps\mp\zombies\_zm_utility;
@ -6,7 +7,6 @@
#include maps\mp\zombies\_zm_stats;
#include maps\mp\zombies\_zm_unitrigger;
#include maps\mp\zombies\_zm_audio;
#include maps\mp\zombies\_zm_weapon_locker;
triggerweaponslockerisvalidweaponpromptupdate( player, weaponname )
{