Cancelado

master
BrunoMine 2016-02-10 21:49:06 -02:00
parent ed85511660
commit ec58e2ab58
1 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
--
-- Mod Ant-Cracker
--
-- Medidas
--
-- Tomar medidas
tomar_medida = function(name, numero, msg, kick, tempo)
if not name or not tonumber(numero) or not msg then return end
local player = minetest.get_player_by_name(name)
if not player then return end
if kick and tonumber(tempo) then
kickar(name, numero, msg, tempo)
end
minetest.log("action", "[Ant-Cracker] Medida "..numero.." | "..msg)
end