okay you know what whatever

This commit is contained in:
JohnCorby 2022-10-06 17:26:50 -07:00
parent 344ccbc1e0
commit 534de44d33

View File

@ -60,6 +60,9 @@ public class DreamRaftPatches : QSBPatch
/// this is to suspend the raft so it doesn't fall endlessly.
/// however, it's okay if it does that,
/// and we don't want it to extinguish with other players on it.
///
/// BUG: this breaks when going thru the volume as a non auth player sometimes. oh well.
/// TODO: use in-raft-volume trigger volume instead. just copy from the ringworld rafts. use this for fake sectors as well
/// </summary>
[HarmonyPrefix]
[HarmonyPatch(typeof(DreamWorldController), nameof(DreamWorldController.ExtinguishDreamRaft))]