Change lobby loading for map on ramdisk

master
shivajiva101 2020-09-15 15:10:07 +01:00 committed by GitHub
parent 7b80cbe22d
commit c057c3cb3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ local WP = minetest.get_worldpath()
local registered_players = {} -- temp prematch buffer
local schempath = MP.."/schems/"
local stats = minetest.deserialize(mod_data:get_string('statistics')) or {}
local reload = mod_data:get_string('dirty') == "true"
local reload = true
local tmp_tbl, tmp_hud = {}, {}
local r_rate = 5