Removed new account functionality; player's account is created at login

This commit is contained in:
Vitalie Ciubotaru
2016-03-05 23:01:00 +09:00
parent c2ba4eb797
commit 5eaa5db555
2 changed files with 1 additions and 19 deletions

View File

@ -57,6 +57,7 @@ local main_state = {}
-- sell: A boolean whether the player has sell selected
minetest.register_on_joinplayer(function(player)
exchange:new_account(player:get_player_name()) --just to make sure
main_state[player:get_player_name()] = {
old_fields = {},
search_results = {},