1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-01-11 18:40:25 +01:00

"/home" cooldown now 2 minutes

This commit is contained in:
BUISSON-DEBON Quentin 2016-05-04 00:17:32 +02:00
parent 6b90727f7a
commit b68da761ac

View File

@ -3,7 +3,7 @@ home = {}
home.homes_file = {["real"] = minetest.get_worldpath() .. "/realhomes",
["nether"] = minetest.get_worldpath() .. "/netherhomes"}
home.homepos = {["real"] = {}, ["nether"] = {}}
home.time = 20 * 60
home.time = 2 * 60 --MFF 04/05/2016 2 minutes plus 20 minutes
home.sethome = function(name)
local player = minetest.get_player_by_name(name)