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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user