From a85f672c73b1734a5803c15b1b3c4acd8ef4ebcd Mon Sep 17 00:00:00 2001 From: Maruno17 Date: Wed, 6 Jul 2022 18:43:52 +0100 Subject: [PATCH] Fixed crash when the Compiler rewrites a door event --- Data/Scripts/021_Compiler/004_Compiler_MapsAndEvents.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data/Scripts/021_Compiler/004_Compiler_MapsAndEvents.rb b/Data/Scripts/021_Compiler/004_Compiler_MapsAndEvents.rb index a3fc2e5b8..5896f3cd1 100644 --- a/Data/Scripts/021_Compiler/004_Compiler_MapsAndEvents.rb +++ b/Data/Scripts/021_Compiler/004_Compiler_MapsAndEvents.rb @@ -792,7 +792,7 @@ module Compiler ) push_event(list, 208, [0]) # Change Transparent Flag (invisible) push_script(list, "Followers.follow_into_door") - push_event(list, 210, [], indent) # Wait for Move's Completion + push_event(list, 210, []) # Wait for Move's Completion push_move_route_and_wait( # Move Route for door closing list, 0, [PBMoveRoute::Wait, 2,