mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +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',
|
||||
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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user