Skip to content

Commit

Permalink
Code drop
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmcwatters committed Feb 7, 2016
1 parent 5b91e09 commit cbfef59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/server/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function onPostConnect( event )

-- Set spawn point
local spawnPoint = _G.gameserver.getSpawnPoint( player )
local position = _G.vector.origin + vector( 0, _G.game.tileSize )
local position = _G.vector.origin + _G.vector( 0, _G.game.tileSize )
if ( spawnPoint ) then
position = spawnPoint:getPosition()
end
Expand Down

0 comments on commit cbfef59

Please # to comment.