mirror of
https://github.com/ineedbots/iw3_bot_warfare.git
synced 2025-06-26 14:21:48 +00:00
oops
This commit is contained in:
@ -1502,7 +1502,7 @@ parseTokensIntoWaypoint( tokens )
|
||||
{
|
||||
anglesToks = strtok( anglesStr, " " );
|
||||
|
||||
if ( anglesToks.size >= 2 )
|
||||
if ( anglesToks.size >= 3 )
|
||||
waypoint.angles = ( float_old( anglesToks[0] ), float_old( anglesToks[1] ), float_old( anglesToks[2] ) );
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user