mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-10 12:39:53 +00:00
add the funny comment
This commit is contained in:
parent
47e4a7401e
commit
34601740ed
@ -12,6 +12,13 @@ namespace QSB.QuantumSync.Patches
|
||||
{
|
||||
public override QSBPatchTypes Type => QSBPatchTypes.OnServerClientConnect;
|
||||
|
||||
/*
|
||||
* This patch used to be different, but that one completely broke Solanum's NomaiTextLines.
|
||||
* I have no idea why, and I fixed it by just writing this patch again.
|
||||
* The patches did the same thing.
|
||||
* ¯\_(ツ)_/¯
|
||||
*/
|
||||
|
||||
[HarmonyPrefix]
|
||||
[HarmonyPatch(typeof(QuantumMoon), nameof(QuantumMoon.ChangeQuantumState))]
|
||||
public static bool ChangeQuantumState(QuantumMoon __instance, bool skipInstantVisibilityCheck, ref bool __result)
|
||||
|
Loading…
x
Reference in New Issue
Block a user