Fix chat message callback execution order
This commit is contained in:
parent
597e53d30f
commit
57555de697
2
init.lua
2
init.lua
@ -514,7 +514,7 @@ local function get_coords(msg)
|
|||||||
end
|
end
|
||||||
|
|
||||||
-- Get global co-ords
|
-- Get global co-ords
|
||||||
table.insert(minetest.registered_on_chat_messages, 1, function(_, msg)
|
minetest.register_on_chat_message(function(_, msg)
|
||||||
if msg:sub(1, 1) == '/' then return end
|
if msg:sub(1, 1) == '/' then return end
|
||||||
local pos = get_coords(msg)
|
local pos = get_coords(msg)
|
||||||
if pos then
|
if pos then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user