mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 23:42:59 +00:00
//multi: Remove command name in brackets
This commit is contained in:
parent
3eefdd4d39
commit
6f2d328f4b
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
|
if not found then command_name = command end
|
||||||
command_name = trim(command_name)
|
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]
|
local cmd = minetest.chatcommands[command_name]
|
||||||
if not cmd then
|
if not cmd then
|
||||||
|
|
Loading…
Reference in a new issue