mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-04-25 23:29:12 +00:00
Update _bot_utility.gsc
This commit is contained in:
parent
6d14e3e8a4
commit
78d9320210
@ -964,6 +964,9 @@ load_waypoints()
|
||||
case "mp_village":
|
||||
level.waypoints = maps\mp\bots\waypoints\village::Village();
|
||||
break;
|
||||
case "mp_interchange":
|
||||
level.waypoints = maps\mp\bots\waypoints\interchange::Interchange();
|
||||
break;
|
||||
case "mp_test":
|
||||
level.waypoints = maps\mp\bots\waypoints\testmap::TestMap();
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user