fix: walk error message missing a parameter

This commit is contained in:
Balloonpopper
2022-09-10 10:31:04 +10:00
committed by Julian Murgia
parent 1390e43c73
commit aedc3773d1

View File

@@ -47,7 +47,7 @@ func validate(arguments: Array):
if not escoria.object_manager.has(arguments[1]):
escoria.logger.error(
self,
": invalid second object. The object to walk to with global id %s was not found."
"[%s]: invalid second object. The object to walk to with global id %s was not found."
% [get_command_name(), arguments[1]]
)
return false