mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-28 20:05:22 +09:00
Bug Fixes Round One
This commit is contained in:
@@ -241,7 +241,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.index,position={0,0}}
|
||||
global.warps['Spawn'] = {tag=tag,surface=player.surface.index,position={x=0,y=0}}
|
||||
end
|
||||
end)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user