File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
example/bukkit/api/src/main/java/com/lunarclient/apollo/example/api Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 2929import com .lunarclient .apollo .example .api .debug .command .ApolloDebugCommand ;
3030import com .lunarclient .apollo .example .api .debug .impl .SpamPacketDebug ;
3131import com .lunarclient .apollo .example .api .listener .ApolloPlayerApiListener ;
32- import com .lunarclient .apollo .example .api .mods .ApolloModStatusExample ;
3332import com .lunarclient .apollo .example .api .mods .ModStatusCommand ;
3433import com .lunarclient .apollo .example .api .module .AutoTextHotkeyApiExample ;
3534import 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
You can’t perform that action at this time.
0 commit comments