Fixes vehicle action handling ordering

This commit is contained in:
kevinz000
2018-01-11 14:11:52 -06:00
committed by CitadelStationBot
parent b2021912d7
commit 583bd42772
2 changed files with 116 additions and 1 deletions
+1 -1
View File
@@ -86,8 +86,8 @@
if(!istype(M))
return FALSE
remove_control_flags(M, ALL)
occupants -= M
remove_passenger_actions(M)
occupants -= M
cleanup_actions_for_mob(M)
after_remove_occupant(M)
return TRUE