Skip to content

Commit

Permalink
Fix für Patch 1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Achimobil committed Nov 9, 2023
1 parent 0fa605b commit 05bcf27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion InfoDisplayExtension.lua
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ function InfoDisplayExtension:updateInfo(_, superFunc, infoTable)
end
PlaceableSilo.updateInfo = Utils.overwrittenFunction(PlaceableSilo.updateInfo, InfoDisplayExtension.updateInfo)

function InfoDisplayExtension:updateInfoProductionPoint(_, superFunc, infoTable)
function InfoDisplayExtension:updateInfoProductionPoint(superFunc, infoTable)
local owningFarm = g_farmManager:getFarmById(self:getOwnerFarmId())

if owningFarm ~= nil then
Expand Down
5 changes: 3 additions & 2 deletions modDesc.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<modDesc descVersion="77">
<modDesc descVersion="79">
<author>Achimobil</author>
<version>1.6.0.5</version>
<version>1.6.0.6</version>
<title>
<de>Info Display Erweiterung</de>
<en>Info Display Extension</en>
Expand Down Expand Up @@ -30,6 +30,7 @@ Das Verändern oder erneutes hochladen, ob ganz oder in Teilen, ist nicht gestat
Fehler und Anregungen gerne auf <a href="https://github.com/Achimobil/FS22_InfoDisplayExtension">GitHub</a>
Changelog
1.6.0.6 - Fix für Patch 1.13.1
1.6.0.5 - Beim Tierverladen wird bei den eigenen Tieren jetzt die Menge angezeigt, wenn es mehr als 1 ist
1.6.0.4 - Anzeige der gekauften Arbeitsbreite hinzugefügt
1.6.0.3 - Dreck in Prozent wird jetzt auch Angezeigt, wenn das Fahrzeug Dreckig ist
Expand Down

0 comments on commit 05bcf27

Please sign in to comment.