mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-03-12 04:14:08 +00:00
.
This commit is contained in:
parent
78364740b0
commit
65c5c2cddd
@ -14,11 +14,6 @@ namespace QSB.GeyserSync
|
||||
QSB.Helper.Events.Event += OnEvent;
|
||||
}
|
||||
|
||||
public void EmptyUpdate()
|
||||
{
|
||||
QSB.Helper.HarmonyHelper.EmptyMethod<GeyserController>("Update");
|
||||
}
|
||||
|
||||
private void OnEvent(MonoBehaviour behaviour, OWML.Common.Events ev)
|
||||
{
|
||||
if (behaviour is GeyserController geyserController && ev == OWML.Common.Events.AfterAwake)
|
||||
@ -27,5 +22,11 @@ namespace QSB.GeyserSync
|
||||
geyser.Init(geyserController);
|
||||
}
|
||||
}
|
||||
|
||||
public void EmptyUpdate()
|
||||
{
|
||||
QSB.Helper.HarmonyHelper.EmptyMethod<GeyserController>("Update");
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user