|
|
@ -251,6 +251,7 @@ public static function array<Text> AvailableConfigs() |
|
|
|
public final static function AcediaConfig GetConfigInstance(BaseText name) |
|
|
|
public final static function AcediaConfig GetConfigInstance(BaseText name) |
|
|
|
{ |
|
|
|
{ |
|
|
|
local HashTable.Entry configEntry; |
|
|
|
local HashTable.Entry configEntry; |
|
|
|
|
|
|
|
|
|
|
|
if (name == none) return none; |
|
|
|
if (name == none) return none; |
|
|
|
if (!name.IsValidName()) return none; |
|
|
|
if (!name.IsValidName()) return none; |
|
|
|
if (default.existingConfigs == none) return none; |
|
|
|
if (default.existingConfigs == none) return none; |
|
|
|