mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-01 12:08:52 +00:00
okay you know what whatever
This commit is contained in:
parent
344ccbc1e0
commit
534de44d33
@ -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))]
|
||||
|
Loading…
Reference in New Issue
Block a user