mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-07-08 04:48:13 -05:00
Die Rise: fix elevator call during start location wait
This commit is contained in:
@ -188,8 +188,13 @@ elevator_think( elevator )
|
||||
|
||||
if ( !skipinitialwait )
|
||||
{
|
||||
elevator.body.start_location_wait = 1;
|
||||
|
||||
elevator.body notify( "startwait" );
|
||||
event = elevator.body waittill_any_timeout( 3, "forcego" );
|
||||
|
||||
elevator.body.start_location_wait = 0;
|
||||
|
||||
if ( event == "forcego" )
|
||||
{
|
||||
next = elevator_next_floor( elevator, next, 0 );
|
||||
|
Reference in New Issue
Block a user