mirror of
https://github.com/minetest-mods/global_exchange.git
synced 2025-07-04 08:40:22 +02:00
Removed new account functionality; player's account is created at login
This commit is contained in:
@ -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 = {},
|
||||
|
Reference in New Issue
Block a user