Skip to content

Commit

Permalink
Merge branch 'PatchFix'
Browse files Browse the repository at this point in the history
# Conflicts:
#	modDesc.xml
  • Loading branch information
Achimobil committed Nov 9, 2023
2 parents 96cc4b1 + 05bcf27 commit 50fa488
Show file tree
Hide file tree
Showing 2 changed files with 3 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
4 changes: 2 additions & 2 deletions modDesc.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<modDesc descVersion="77">
<modDesc descVersion="79">
<author>Achimobil</author>
<version>1.7.0.0</version>
<title>
Expand Down Expand Up @@ -30,7 +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.7.0.0
- Fix für Patch 1.13.1
- Beim Tierverladen wird bei den eigenen Tieren jetzt die vorhandene Menge angezeigt
- Anzeige der gekauften Arbeitsbreite bei Geräten hinzugefügt
- Dreck in Prozent wird jetzt auch Angezeigt, wenn das Fahrzeug Dreckig ist
Expand Down

0 comments on commit 50fa488

Please sign in to comment.