added a missing include causing the script to crash the server on launch

This commit is contained in:
JezuzLizard 2020-05-10 16:25:31 -07:00 committed by GitHub
parent ec75d8b49a
commit d15d80d1f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,7 @@
#include maps/mp/gametypes/_weapons; #include maps/mp/gametypes/_weapons;
#include maps/mp/gametypes/_rank; #include maps/mp/gametypes/_rank;
#include maps/mp/bots/_bot_combat; #include maps/mp/bots/_bot_combat;
#include maps/mp/bots/_bot_loadout;
#include maps/mp/_utility; #include maps/mp/_utility;
#include common_scripts/utility; #include common_scripts/utility;