mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-09 18:40:36 +00:00
ok shut up
This commit is contained in:
parent
1875e5fe50
commit
c27d223d69
@ -11,6 +11,7 @@ public class WarpPadPatches : QSBPatch
|
||||
{
|
||||
public override QSBPatchTypes Type => QSBPatchTypes.OnClientConnect;
|
||||
|
||||
/*
|
||||
[HarmonyPrefix]
|
||||
[HarmonyPatch(typeof(NomaiWarpPlatform), nameof(NomaiWarpPlatform.OpenBlackHole))]
|
||||
private static void NomaiWarpPlatform_OpenBlackHole(NomaiWarpPlatform __instance,
|
||||
@ -33,4 +34,7 @@ public class WarpPadPatches : QSBPatch
|
||||
}
|
||||
__instance.GetWorldObject<QSBWarpPad>().SendMessage(new OpenCloseMessage(false, __instance._linkedPlatform));
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user