Ticket #3672: m.patch

File m.patch, 589 bytes (added by False Vision, 8 years ago)
  • binaries/data/mods/public/simulation/components/ResourceGatherer.js

    diff --git a/binaries/data/mods/public/simulation/components/ResourceGatherer.js b/binaries/data/mods/public/simulation/components/ResourceGatherer.js
    index 9b37278..33c1cd5 100644
    a b ResourceGatherer.prototype.RecalculateGatherRatesAndCapacities = function()  
    148148
    149149ResourceGatherer.prototype.GetBaseSpeed = function()
    150150{
    151     this.baseSpeed;
     151    return this.baseSpeed;
    152152};
    153153
    154154ResourceGatherer.prototype.GetGatherRates = function()