Refine chat output of //multi command

This commit is contained in:
Starbeamrainbowlabs 2019-06-18 00:41:34 +01:00
parent 9f3e3c23ae
commit 4824f28a95
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -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