mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
Remove hacked option
This commit is contained in:
@@ -230,7 +230,7 @@ namespace ArchiSteamFarm {
|
||||
return;
|
||||
}
|
||||
|
||||
if (GCSettings.IsServerGC && (GlobalConfig.OptimizationMode == GlobalConfig.EOptimizationMode.MaxPerformanceWithPeriodicalGC)) {
|
||||
if (GCSettings.IsServerGC) {
|
||||
Hacks.Init();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user