about summary refs log tree commit diff stats
path: root/Archipelago/load.gd
diff options
context:
space:
mode:
Diffstat (limited to 'Archipelago/load.gd')
-rw-r--r--Archipelago/load.gd7
1 files changed, 4 insertions, 3 deletions
diff --git a/Archipelago/load.gd b/Archipelago/load.gd index b0ccafc..cb592ff 100644 --- a/Archipelago/load.gd +++ b/Archipelago/load.gd
@@ -28,9 +28,10 @@ func _load():
28 "answer_correct", location, "handle_correct" 28 "answer_correct", location, "handle_correct"
29 ) 29 )
30 30
31 # Process any items received while the map was loading.
32 apclient.mapFinishedLoading()
33
34 # Proceed with the rest of the load. 31 # Proceed with the rest of the load.
35 global._print("Hooked Load End") 32 global._print("Hooked Load End")
36 ._load() 33 ._load()
34
35 # Process any items received while the map was loading, and send the checks
36 # from the save load.
37 apclient.mapFinishedLoading()