mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-03-29 07:40:43 +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",
|
home.homes_file = {["real"] = minetest.get_worldpath() .. "/realhomes",
|
||||||
["nether"] = minetest.get_worldpath() .. "/netherhomes"}
|
["nether"] = minetest.get_worldpath() .. "/netherhomes"}
|
||||||
home.homepos = {["real"] = {}, ["nether"] = {}}
|
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)
|
home.sethome = function(name)
|
||||||
local player = minetest.get_player_by_name(name)
|
local player = minetest.get_player_by_name(name)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user