remove an s

master
DS-Minetest 2017-06-10 16:04:07 +02:00
parent 93a0559d26
commit bc8c17b0e2
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ if INIT == "client" then
funcs[#funcs+1] = f
end
minetest.register_on_receiving_chat_messages(function(message)
minetest.register_on_receiving_chat_message(function(message)
if message:sub(1, #prefix_c) ~= prefix_c then
return
end