Fix join player spawning crash

pull/14/head
Brandon 2015-07-21 23:44:55 -05:00
parent 983b60ba78
commit 386c77a816
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ function mg_villages.spawnplayer(player)
end
minetest.register_on_newplayer(function(player)
spawnplayer(player)
mg_villages.spawnplayer(player)
end)
--minetest.register_on_respawnplayer(function(player)