1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-06-29 23:26:04 +02:00

Reversed typo from latest commit

This commit is contained in:
LeMagnesium 2015-02-14 15:38:58 +01:00
parent 2daad79502
commit fd7c1c2980

View File

@ -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