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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;