Skip to content

Commit c45046c

Browse files
committed
Fix GeyserVelocityPlatform typo, update workflow
1 parent 4505b4a commit c45046c

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build-remote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
bootstrap/spigot/isolated/build/libs/Geyser-Spigot.jar
4545
bootstrap/bungeecord/isolated/build/libs/Geyser-BungeeCord.jar
4646
bootstrap/velocity/isolated/build/libs/Geyser-Velocity.jar
47-
bootstrap/viaproxy/build/libs/Geyser-ViaProxy.jar
47+
bootstrap/viaproxy/isolated/build/libs/Geyser-ViaProxy.jar

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
bootstrap/spigot/isolated/build/libs/Geyser-Spigot.jar
5252
bootstrap/bungeecord/isolated/build/libs/Geyser-BungeeCord.jar
5353
bootstrap/velocity/isolated/build/libs/Geyser-Velocity.jar
54-
bootstrap/viaproxy/build/libs/Geyser-ViaProxy.jar
54+
bootstrap/viaproxy/isolated/build/libs/Geyser-ViaProxy.jar
5555
5656
- name: Publish to Maven Repository
5757
if: ${{ success() && github.repository == 'GeyserMC/Geyser' && (github.ref_name == 'master' || startsWith(github.ref_name, 'api/') || startsWith(github.ref_name, 'feature/')) }}
@@ -82,7 +82,7 @@ jobs:
8282
spigot:bootstrap/spigot/isolated/build/libs/Geyser-Spigot.jar
8383
standalone:bootstrap/standalone/build/libs/Geyser-Standalone.jar
8484
velocity:bootstrap/velocity/isolated/build/libs/Geyser-Velocity.jar
85-
viaproxy:bootstrap/viaproxy/build/libs/Geyser-ViaProxy.jar
85+
viaproxy:bootstrap/viaproxy/isolated/build/libs/Geyser-ViaProxy.jar
8686
releaseEnabled: false
8787
saveMetadata: true
8888
releaseProject: 'geyser'
@@ -96,13 +96,13 @@ jobs:
9696
privateKey: ${{ secrets.DOWNLOADS_PRIVATE_KEY }}
9797
host: ${{ secrets.DOWNLOADS_SERVER_IP }}
9898
files: |
99-
bootstrap/bungeecord/build/isolated/libs/Geyser-BungeeCord.jar
99+
bootstrap/bungeecord/isolated/build/libs/Geyser-BungeeCord.jar
100100
bootstrap/mod/fabric/build/libs/Geyser-Fabric.jar
101101
bootstrap/mod/neoforge/build/libs/Geyser-NeoForge.jar
102-
bootstrap/spigot/build/isolated/libs/Geyser-Spigot.jar
102+
bootstrap/spigot/isolated/build/libs/Geyser-Spigot.jar
103103
bootstrap/standalone/build/libs/Geyser-Standalone.jar
104-
bootstrap/velocity/build/isolated/libs/Geyser-Velocity.jar
105-
bootstrap/viaproxy/build/libs/Geyser-ViaProxy.jar
104+
bootstrap/velocity/isolated/build/libs/Geyser-Velocity.jar
105+
bootstrap/viaproxy/isolated/build/libs/Geyser-ViaProxy.jar
106106
changelog: ${{ steps.metadata.outputs.body }}
107107

108108
- name: Publish to Modrinth

bootstrap/velocity/base/src/main/java/org/geysermc/geyser/platform/velocity/GeyserVelocityPlatform.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ public void enable() {
274274

275275
@Override
276276
public void disable() {
277-
this.onGeyserShutdown();
277+
this.onGeyserDisable();
278278
}
279279

280280
@Override

0 commit comments

Comments
 (0)