This commit is contained in:
JohnCorby 2022-04-02 02:27:08 -07:00
parent e62f6d57fc
commit eee6a7aba4

View File

@ -56,9 +56,6 @@ public class AlarmTotemPatches : QSBPatch
}
}
/// <summary>
/// prefix to check for local visibility
/// </summary>
[HarmonyPrefix]
[HarmonyPatch(typeof(AlarmTotem), nameof(AlarmTotem.FixedUpdate))]
private static bool FixedUpdate(AlarmTotem __instance)