1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2025-12-09 07:33:40 +08:00

Work in progress

This commit is contained in:
2023-10-04 14:11:50 +08:00
parent b3e216bc6a
commit befed5ae60
2 changed files with 5 additions and 11 deletions

View File

@@ -144,13 +144,8 @@ public class CheatEnabler : BaseUnityPlugin
private void Update()
{
if (VFInput.inputing)
{
return;
}
if (Hotkey.Value.IsDown())
ToggleConfigWindow();
if (VFInput.inputing) return;
if (Hotkey.Value.IsDown()) ToggleConfigWindow();
}
private void LateUpdate()