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:
parent
6b90727f7a
commit
b68da761ac
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user