mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2025-02-20 01:54:02 +01:00
Refine chat output of //multi command
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user