bugfix: delete report_errors calls
This commit is contained in:
@@ -23,9 +23,9 @@ func configure() -> ESCCommandArgumentDescriptor:
|
||||
# Validate wether the given arguments match the command descriptor
|
||||
func validate(arguments: Array):
|
||||
if not escoria.object_manager.has(arguments[0]):
|
||||
escoria.logger.report_errors(
|
||||
"item_count_add: invalid object",
|
||||
["Object %s not registered" % arguments[0]]
|
||||
escoria.logger.error(
|
||||
self,
|
||||
"Object %s not registered" % arguments[0]
|
||||
)
|
||||
return false
|
||||
|
||||
|
||||
@@ -25,6 +25,6 @@ set_angle player 180
|
||||
set_gui_visible false
|
||||
walk_block player puerta_cocina_start
|
||||
set_angle player 90
|
||||
queue_event eneko_smoking intro_dialog
|
||||
# queue_event eneko_smoking intro_dialog
|
||||
set_gui_visible true
|
||||
accept_input ALL
|
||||
|
||||
Reference in New Issue
Block a user