1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 07:13:58 -05:00

Fixes for PR 2.3.4.0

This commit is contained in:
RaidMax
2019-01-27 19:45:35 -06:00
parent 13b6e1a3ec
commit a16df61ffd
6 changed files with 16 additions and 23 deletions

View File

@ -215,13 +215,7 @@ namespace IW4MAdmin.Application
Running = true;
#region CONFIG
ApplicationConfiguration config = null;
try
{
config = ConfigHandler.Configuration();
}
catch { }
var config = ConfigHandler.Configuration();
// copy over default config if it doesn't exist
if (config == null)