Hide disabled interactions, and rev version!

This commit is contained in:
Tyfon
2024-04-20 03:00:27 -07:00
parent 5e7a71769e
commit 35eb3afc4a
6 changed files with 45 additions and 8 deletions

View File

@@ -15,6 +15,7 @@ namespace UIFixes
ScrollPatches.Enable();
WeaponZoomPatch.Enable();
new WeaponBindingPatch().Enable();
new DisabledActionsPatch().Enable();
}
}
}