Fix non-necessary extra event

This commit is contained in:
JustArchi
2016-07-08 09:58:08 +02:00
parent 84419bec2a
commit b930f513b4

View File

@@ -88,8 +88,6 @@ namespace ArchiSteamFarm {
}
globalDatabase.FilePath = filePath;
globalDatabase.ServerListProvider.ServerListUpdated += globalDatabase.OnServerListUpdated;
return globalDatabase;
}