mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-09-02 01:37:26 +00:00
waypoint file loading
This commit is contained in:
@@ -702,7 +702,7 @@ load_waypoints()
|
|||||||
println("Loaded " + level.waypoints.size + " waypoints from script.");
|
println("Loaded " + level.waypoints.size + " waypoints from script.");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!level.waypoints.size || true)
|
if (!level.waypoints.size)
|
||||||
{
|
{
|
||||||
maps\mp\bots\_bot_http::getRemoteWaypoints(mapname);
|
maps\mp\bots\_bot_http::getRemoteWaypoints(mapname);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user