mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-23 08:20:21 +01:00
Reversed typo from latest commit
This commit is contained in:
parent
2daad79502
commit
fd7c1c2980
@ -3,8 +3,8 @@ home = {}
|
||||
home.homes_file = {["real"] = minetest.get_worldpath() .. "/realhomes",
|
||||
["nether"] = minetest.get_worldpath() .. "/netherhomes"}
|
||||
home.homepos = {["real"] = {}, ["nether"] = {}}
|
||||
home.g_timers = {{["real"] = {}, ["nether"] = {}}}
|
||||
home.s_timers = {{["real"] = {}, ["nether"] = {}}}
|
||||
home.g_timers = {["real"] = {}, ["nether"] = {}}
|
||||
home.s_timers = {["real"] = {}, ["nether"] = {}}
|
||||
|
||||
home.GET_HOME_INTERVAL = 20*60
|
||||
home.SET_HOME_INTERVAL = 20*60
|
||||
|
Loading…
Reference in New Issue
Block a user