quantum-space-buddies/QSB/GeyserSync/Patches/GeyserPatches.cs
2021-06-18 21:54:32 +01:00

12 lines
260 B
C#

using QSB.Patches;
namespace QSB.GeyserSync.Patches
{
internal class GeyserPatches : QSBPatch
{
public override QSBPatchTypes Type => QSBPatchTypes.OnNonServerClientConnect;
public override void DoPatches() => Empty("GeyserController_Update");
}
}