Skip to content

Commit

Permalink
0.1.3 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianMichael committed Oct 25, 2024
1 parent 877e687 commit b1635e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "com.viaversion.viabungee"
version = "0.1.2"
version = "0.1.3"

dependencies {
compileOnly("com.viaversion:viaversion-common:5.1.0")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ public void checkServerChange(ServerConnectedEvent event, UserConnection user) t
}

// Add version-specific base Protocol
pipeline.add(Via.getManager().getProtocolManager().getBaseProtocol(serverProtocolVersion));
pipeline.add(Via.getManager().getProtocolManager().getBaseProtocols(info.protocolVersion(), serverProtocolVersion));

// Workaround 1.13 server change
boolean toNewId = previousServerProtocol.olderThan(ProtocolVersion.v1_13) && serverProtocolVersion.newerThanOrEqualTo(ProtocolVersion.v1_13);
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/bungee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name: ViaVersion
main: com.viaversion.bungee.ViaBungeePlugin
description: Loader for the main ViaVersion implementation
author: _MylesC, creeper123123321, Gerrygames, kennytv, Matsv, EnZaXD, RK_01
version: 0.1.2
version: 0.1.3

0 comments on commit b1635e2

Please sign in to comment.