Fix tab after space indentations

This commit is contained in:
HybridDog
2021-01-17 14:40:37 +01:00
committed by sfan5
parent eff01bc8e7
commit cc3aab00bc
3 changed files with 8 additions and 8 deletions

View File

@ -140,7 +140,7 @@ local function execute_worldedit_command(command_name, player_name, params)
assert(chatcmd, "unknown command: " .. command_name)
local _, msg = chatcmd.func(player_name, params)
if msg then
worldedit.player_notify(player_name, msg)
worldedit.player_notify(player_name, msg)
end
end