You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
This has the same issue as DeconstructLoadout #5. They've changed the ContextInfoVM. Specifically they've changed ContenxtInfo.HeaderText to ContextInfo.Header
The fix is trivial and simply needs the property name updated.
The text was updated successfully, but these errors were encountered:
Hey there, have you had a chance to test this mod yourself? It doesn't seem to be functioning on my end, the range, speed, and other changes are not taking effect. While I'm not familiar with C#, I took some time to decompile the game's DLL to see if they may have changed anything else, and it looks like _maxRange may now just be MaxRange.
This has the same issue as DeconstructLoadout #5. They've changed the
ContextInfoVM
. Specifically they've changedContenxtInfo.HeaderText
toContextInfo.Header
The fix is trivial and simply needs the property name updated.
The text was updated successfully, but these errors were encountered: