1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-22 04:30:17 +02:00

Fix fail mod

This commit is contained in:
LeMagnesium 2015-01-01 23:53:40 +01:00
parent f60e5e7f81
commit e703fcb94c

View File

@ -133,7 +133,8 @@ minetest.register_chatcommand("cookie", {
for _,k in ipairs(m_table) do
message_reason = message_reason..k.." "
end
enddata.send_func(param,"Congratulations "..param..", you get a CooKie" .. message_reason)
end
data.send_func(param,"Congratulations "..param..", you get a CooKie" .. message_reason)
core.chat_send_player(name,"CooKie sent.")
end
end