1
0
mirror of https://github.com/ineedbots/iw5_bot_warfare.git synced 2025-06-28 07:01:50 +00:00

Update _bot_utility.gsc

This commit is contained in:
doa3
2021-06-14 05:58:21 -05:00
committed by GitHub
parent 6d14e3e8a4
commit 78d9320210

View File

@ -964,6 +964,9 @@ load_waypoints()
case "mp_village": case "mp_village":
level.waypoints = maps\mp\bots\waypoints\village::Village(); level.waypoints = maps\mp\bots\waypoints\village::Village();
break; break;
case "mp_interchange":
level.waypoints = maps\mp\bots\waypoints\interchange::Interchange();
break;
case "mp_test": case "mp_test":
level.waypoints = maps\mp\bots\waypoints\testmap::TestMap(); level.waypoints = maps\mp\bots\waypoints\testmap::TestMap();
break; break;