mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2026-01-01 14:17:31 +00:00
mass commit of laziness
This commit is contained in:
parent
ce992c70ee
commit
6d4fc549d9
167 changed files with 5471 additions and 675 deletions
|
|
@ -1,7 +1,5 @@
|
|||
using ABI_RC.Core;
|
||||
using ABI_RC.Core.InteractionSystem;
|
||||
using ABI_RC.Core.Player;
|
||||
using ABI_RC.Core.Savior;
|
||||
using ABI_RC.Core.Player;
|
||||
using ABI_RC.Core.UI.UIRework.Managers;
|
||||
using ABI_RC.Systems.InputManagement;
|
||||
using MelonLoader;
|
||||
using NAK.Stickers.Integrations;
|
||||
|
|
@ -55,8 +53,8 @@ public class StickerMod : MelonMod
|
|||
if (!Input.GetKeyDown((KeyCode)ModSettings.Entry_PlaceBinding.Value))
|
||||
return;
|
||||
|
||||
if (CVRInputManager.Instance.textInputFocused
|
||||
|| ViewManager.Instance.textInputFocused) // BRUH
|
||||
if (CVRInputManager.Instance.EventSystemOverwritten
|
||||
|| KeyboardManager.Instance.IsViewShown) // BRUH
|
||||
return; // prevent placing stickers while typing
|
||||
|
||||
StickerSystem.Instance.PlaceStickerFromControllerRay(PlayerSetup.Instance.activeCam.transform);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue