Ensure proper initialization of all Arrays and Dictionaries
This commit is contained in:
@@ -24,7 +24,7 @@ const supported_locales: Array[String] = [
|
||||
print("DeviceSettings: language SET: " + TranslationServer.get_locale())
|
||||
@export var teacher : String
|
||||
@export var device_id : int
|
||||
@export var language_versions: Dictionary # locale : datetime
|
||||
@export var language_versions: Dictionary = {} # locale : datetime
|
||||
|
||||
@export var master_volume: float = 0.0 :
|
||||
set(volume):
|
||||
|
||||
Reference in New Issue
Block a user