didnt know if someone had posted this or informed you but new update seems to be breaking the mod
Type `MotorRowboat' does not contain a definition for `lastUsedFuelTime'Fixed
sorry should be more specific
there is an error on line 159, char 40 and type motorrowboat does not contain a def
with the typical "are you missing an assembly"
there is an error on line 159, char 40 and type motorrowboat does not contain a def
with the typical "are you missing an assembly"
Will push a fix soon.
thank you!
The Rust update renamed the timestamp fields used for determining when boats were last used. I had prepared a patch but missed that the new fields weren't accessible to plugins so I worked around that for now by using a different field for rowboat/rhib that should work the same. I wasn't able to use that workaround for Kayaks so we'll need another Oxide patch before I can fix that.
WhiteThunder
The Rust update renamed the timestamp fields used for determining when boats were last used. I had prepared a patch but missed that the new fields weren't accessible to plugins so I worked around that for now by using a different field for rowboat/rhib that should work the same. I wasn't able to use that workaround for Kayaks so we'll need another Oxide patch before I can fix that.
Pretty sure I already exposed those.
Edit: I did, but it looks like it got lost somehow.
I thought so too when I saw your commits on the Oxide staging branch but it's showing as private in my decompiler and my server is complaining, after downloading the release. Will look more into it later when I have time in case it's a me issue.
WhiteThunder
I thought so too when I saw your commits on the Oxide staging branch but it's showing as private in my decompiler and my server is complaining, after downloading the release. Will look more into it later when I have time in case it's a me issue.
Yeah, somehow got lost, but I pushed it again separately. Will probably work on a few PRs soon and get another build out with all of that.
Locked automatically