We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9978706 commit 4838f38Copy full SHA for 4838f38
json_config_file/json_properties/json_property_json_config_file.gd
@@ -10,9 +10,7 @@ func set_json_config_file(json_config_file: JSONConfigFile) -> void:
10
11
12
func _validate_type(config) -> void:
13
- if typeof(config) == TYPE_DICTIONARY:
14
- _result = config
15
- elif typeof(config) == TYPE_STRING:
+ if typeof(config) == TYPE_STRING:
16
_json_config_file.validate(_get_file_path(config))
17
18
for error in _json_config_file.get_errors():
0 commit comments