Skip to content

Commit 5bb446a

Browse files
committed
Prepare for merge
1 parent 4badb6f commit 5bb446a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
fi
4242
4343
- name: Gradle Publish
44-
if: "${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/version/') || github.ref == 'refs/heads/feature/mod-status' }}"
44+
if: "${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/version/') }}"
4545
run: ./gradlew publish
4646

4747
- name: Gradle Release

example/bukkit/api/src/main/java/com/lunarclient/apollo/example/api/ApolloApiExamplePlatform.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
import com.lunarclient.apollo.example.api.debug.command.ApolloDebugCommand;
3030
import com.lunarclient.apollo.example.api.debug.impl.SpamPacketDebug;
3131
import com.lunarclient.apollo.example.api.listener.ApolloPlayerApiListener;
32-
import com.lunarclient.apollo.example.api.mods.ApolloModStatusExample;
3332
import com.lunarclient.apollo.example.api.mods.ModStatusCommand;
3433
import com.lunarclient.apollo.example.api.module.AutoTextHotkeyApiExample;
3534
import com.lunarclient.apollo.example.api.module.BeamApiExample;
@@ -114,7 +113,6 @@ public void registerListeners() {
114113

115114
new DebugManager();
116115
new ApolloPlayerApiListener(this);
117-
new ApolloModStatusExample(this);
118116
}
119117

120118
@Override

0 commit comments

Comments
 (0)