1
0
mirror of https://github.com/ineedbots/iw5_bot_warfare.git synced 2025-06-28 15:11:49 +00:00

use dvars

This commit is contained in:
ineedbots
2021-08-30 14:13:45 -06:00
parent 66503d9887
commit 24da327a64
3 changed files with 12 additions and 6 deletions

View File

@ -1054,13 +1054,12 @@ load_waypoints()
case "mp_restrepo_ss":
level.waypoints = maps\mp\bots\waypoints\lookout::Lookout();
break;
case "mp_nola":
case "mp_nola":
level.waypoints = maps\mp\bots\waypoints\parish::Parish();
break;
case "mp_hillside_ss":
case "mp_hillside_ss":
level.waypoints = maps\mp\bots\waypoints\getaway::Getaway();
break;