mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-12 23:14:34 +01:00
fix namespaces, compiler warnings and messages
This commit is contained in:
@@ -33,10 +33,7 @@ namespace ServerSelector
|
||||
|
||||
}
|
||||
|
||||
if (_settings == null)
|
||||
{
|
||||
_settings = new();
|
||||
}
|
||||
_settings ??= new();
|
||||
|
||||
return _settings;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user