//multi: Remove command name in brackets

This commit is contained in:
Starbeamrainbowlabs 2018-10-19 23:45:14 +01:00
parent 3eefdd4d39
commit 6f2d328f4b
No known key found for this signature in database
GPG Key ID: 1BE5172E637709C2

@ -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.." ("..command_name..")")
worldedit.player_notify(name, "Executing #"..i..": "..command)
local cmd = minetest.chatcommands[command_name]
if not cmd then