Skip to content

Commit b930f51

Browse files
committed
Fix non-necessary extra event
1 parent 84419be commit b930f51

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ArchiSteamFarm/GlobalDatabase.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ internal static GlobalDatabase Load(string filePath) {
8888
}
8989

9090
globalDatabase.FilePath = filePath;
91-
globalDatabase.ServerListProvider.ServerListUpdated += globalDatabase.OnServerListUpdated;
92-
9391
return globalDatabase;
9492
}
9593

0 commit comments

Comments
 (0)