mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 07:23:00 +00:00
Refine chat output of //multi command
This commit is contained in:
parent
9f3e3c23ae
commit
4824f28a95
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ minetest.register_chatcommand("/multi", {
|
|||
if not found then command_name = command end
|
||||
command_name = trim(command_name)
|
||||
|
||||
worldedit.player_notify(name, "Executing #"..i..": "..command)
|
||||
worldedit.player_notify(name, "#"..i..": /"..command)
|
||||
|
||||
local cmd = minetest.chatcommands[command_name]
|
||||
if not cmd then
|
||||
|
|
Loading…
Reference in a new issue