missed this one

This commit is contained in:
ineed bots 2023-12-18 23:09:17 -06:00
parent 0fc52265a4
commit 5809da1a75

View File

@ -1431,7 +1431,7 @@ load_waypoints()
if ( !isdefined( level.waypoints[i].type ) )
level.waypoints[i].type = "crouch";
level.waypoints[i].childCount = undefined;
level.waypoints[i].childcount = undefined;
}
}