1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-28 15:30:33 +02:00

spawn cooldown set to 5minutes

This commit is contained in:
Ombridride 2015-02-08 23:51:02 +01:00
parent a762b3552b
commit 6237c70e77

View File

@ -1,5 +1,5 @@
local timers = {}
local SPAWN_INTERVAL = 10*60
local SPAWN_INTERVAL = 5*60
minetest.register_on_chat_message(function(name, message, playername, player)