Fix join player spawning crash

This commit is contained in:
Brandon 2015-07-21 23:44:55 -05:00
parent 983b60ba78
commit 386c77a816

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)