mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 20:41:41 +09:00
Fixed Warps
This commit is contained in:
@@ -240,7 +240,7 @@ script.on_event(defines.events.on_player_created, function(event)
|
|||||||
text='Warp: Spawn',
|
text='Warp: Spawn',
|
||||||
icon={type='item',name=warp_item}
|
icon={type='item',name=warp_item}
|
||||||
})
|
})
|
||||||
global.warps['Spawn'] = {tag=tag,surface=player.surface,position={0,0}}
|
global.warps['Spawn'] = {tag=tag,surface=player.surface.index,position={0,0}}
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user