diff --git a/binaries/data/mods/public/simulation/components/ResourceGatherer.js b/binaries/data/mods/public/simulation/components/ResourceGatherer.js index ae7085e3ab..002f55282a 100644 --- a/binaries/data/mods/public/simulation/components/ResourceGatherer.js +++ b/binaries/data/mods/public/simulation/components/ResourceGatherer.js @@ -40,8 +40,6 @@ ResourceGatherer.prototype.Init = function() // The last exact type gathered, so we can render appropriate props this.lastCarriedType = undefined; // { generic, specific } - - this.RecalculateGatherRatesAndCapacities(); }; /**