Bug Fixes Round One

This commit is contained in:
Cooldude2606
2018-10-26 16:20:09 +01:00
parent 3e3e9b747c
commit b9435d08ba
6 changed files with 8 additions and 5 deletions

View File

@@ -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)