mirror of
https://github.com/minetest/minetest_game.git
synced 2025-07-04 07:30:23 +02:00
default.log_player_action doesn't insert " at " before position
This commit is contained in:
@ -2602,7 +2602,7 @@ local function register_sign(material, desc, def)
|
||||
return
|
||||
end
|
||||
default.log_player_action(sender, "wrote \"" .. text ..
|
||||
"\" to the sign", pos)
|
||||
"\" to the sign at", pos)
|
||||
local meta = minetest.get_meta(pos)
|
||||
meta:set_string("text", text)
|
||||
|
||||
|
Reference in New Issue
Block a user