1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-02-03 13:12:11 +02:00

fix map not continuing to load properly

This commit is contained in:
danielmartin0 2024-09-15 22:53:19 +01:00
parent 584161e2ca
commit fbc1422d06

View File

@ -1203,7 +1203,6 @@ local function on_gui_click(event)
local destination_index = memory.mapbeingloadeddestination_index
Progression.progress_to_destination(destination_index)
memory.loadingticks = 0
end
elseif memory.boat.state == Boats.enum_state.ATSEA_VICTORIOUS then
if Roles.player_privilege_level(player) >= Roles.privilege_levels.CAPTAIN then