mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2025-12-09 03:33:29 +08:00
UXAssist v1.3.2
This commit is contained in:
@@ -233,7 +233,7 @@ public class UXAssist : BaseUnityPlugin, IModCanSave
|
||||
GameLogic.Enable(false);
|
||||
}
|
||||
|
||||
private void Update()
|
||||
private void FixedUpdate()
|
||||
{
|
||||
if (DSPGame.IsMenuDemo)
|
||||
{
|
||||
@@ -241,7 +241,6 @@ public class UXAssist : BaseUnityPlugin, IModCanSave
|
||||
UIFunctions.OnInputUpdate();
|
||||
return;
|
||||
}
|
||||
UIFunctions.OnUpdate();
|
||||
LogisticsPatch.OnUpdate();
|
||||
if (VFInput.inputing) return;
|
||||
LogisticsPatch.OnInputUpdate();
|
||||
|
||||
Reference in New Issue
Block a user