1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-16 09:40:23 +02:00

Set the home cooldown to 20 minutes

20*60
This commit is contained in:
Ombridride 2015-02-06 19:18:31 +01:00
parent f2da93525a
commit 508772b0df

View File

@ -4,7 +4,7 @@ home.homes_file = {["real"] = minetest.get_worldpath() .. "/realhomes",
["nether"] = minetest.get_worldpath() .. "/netherhomes"}
home.homepos = {["real"] = {}, ["nether"] = {}}
home.timers = {}
home.HOME_INTERVAL = 30*60
home.HOME_INTERVAL = 20*60
home.sethome = function(name)
local player = minetest.env:get_player_by_name(name)