Add printing debug command upon execute
This commit is contained in:
@@ -69,6 +69,7 @@ struct CommandData
|
||||
}
|
||||
|
||||
// Call command
|
||||
LOG(Info, "> {}{}{}", Name, args.Length() != 0 ? TEXT(" ") : TEXT(""), args);
|
||||
Variant result;
|
||||
if (Method)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user