add the funny comment

This commit is contained in:
Mister_Nebula 2021-10-29 22:22:07 +01:00
parent 47e4a7401e
commit 34601740ed

View File

@ -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)