mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-16 07:20:31 +01:00
spawn cooldown set to 5minutes
This commit is contained in:
parent
a762b3552b
commit
6237c70e77
|
@ -1,5 +1,5 @@
|
||||||
local timers = {}
|
local timers = {}
|
||||||
local SPAWN_INTERVAL = 10*60
|
local SPAWN_INTERVAL = 5*60
|
||||||
|
|
||||||
|
|
||||||
minetest.register_on_chat_message(function(name, message, playername, player)
|
minetest.register_on_chat_message(function(name, message, playername, player)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user