mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-11 04:50:17 +01:00
Fix fail mod
This commit is contained in:
parent
f60e5e7f81
commit
e703fcb94c
|
@ -133,7 +133,8 @@ minetest.register_chatcommand("cookie", {
|
||||||
for _,k in ipairs(m_table) do
|
for _,k in ipairs(m_table) do
|
||||||
message_reason = message_reason..k.." "
|
message_reason = message_reason..k.." "
|
||||||
end
|
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.")
|
core.chat_send_player(name,"CooKie sent.")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue
Block a user