Merge branch 'main' into feature/video-subtitles
This commit is contained in:
@@ -5,7 +5,7 @@ var _registry: Dictionary = {}
|
||||
const REGISTRY_ID_METHOD: String = "get_registry_id"
|
||||
|
||||
func register(record) -> void:
|
||||
if !record.has_method(REGISTRY_ID_METHOD):
|
||||
if not record.has_method(REGISTRY_ID_METHOD):
|
||||
escoria.logger.error(self, "%s() function not found." % [REGISTRY_ID_METHOD])
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user