Browse Source

Add spaces between lines

pull/8/head
Anton Tarasenko 2 years ago
parent
commit
f246739d36
  1. 1
      sources/Config/AcediaConfig.uc

1
sources/Config/AcediaConfig.uc

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

Loading…
Cancel
Save