Skip to content

Commit 48ac8dc

Browse files
committed
Remove reimplementation of water boosting since Isa's Grab Bag already takes care of that
... and having the fix on both ends leads to double water boosting. :theoreticalwoke: rip WaterRocketLaunchingComponent
1 parent 93ba2c1 commit 48ac8dc

File tree

2 files changed

+0
-57
lines changed

2 files changed

+0
-57
lines changed

Entities/WaterRocketLaunchingComponent.cs

Lines changed: 0 additions & 55 deletions
This file was deleted.

SpringCollab2020Module.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ public override void Load() {
4848
StaticPuffer.Load();
4949
LeaveTheoBehindTrigger.Load();
5050
BadelineBounceDirectionTrigger.Load();
51-
WaterRocketLaunchingComponent.Load();
5251
SpikeJumpThroughController.Load();
5352
Everest.Events.Level.OnLoadBackdrop += onLoadBackdrop;
5453

@@ -99,7 +98,6 @@ public override void Unload() {
9998
StaticPuffer.Unload();
10099
LeaveTheoBehindTrigger.Unload();
101100
BadelineBounceDirectionTrigger.Unload();
102-
WaterRocketLaunchingComponent.Unload();
103101
SpikeJumpThroughController.Unload();
104102
Everest.Events.Level.OnLoadBackdrop -= onLoadBackdrop;
105103

0 commit comments

Comments
 (0)