File tree Expand file tree Collapse file tree
java/net/raphimc/sparkplugin Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ repositories {
1414}
1515
1616dependencies {
17- implementation(" net.raphimc:ViaProxy:3.4.8 " ) {
17+ implementation(" net.raphimc:ViaProxy:3.4.9 " ) {
1818 transitive = false
1919 }
2020
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ org.gradle.configuration-cache=true
55java_version =17
66maven_group =net.raphimc
77maven_name =ViaProxySpark
8- maven_version =1.0.1-SNAPSHOT
8+ maven_version =1.0.1
Original file line number Diff line number Diff line change 1717 */
1818package net .raphimc .sparkplugin ;
1919
20- import com .viaversion .vialoader .commands .UserCommandSender ;
2120import com .viaversion .viaversion .api .Via ;
21+ import com .viaversion .viaversion .api .command .UserConnectionViaCommandSender ;
2222import me .lucko .spark .common .SparkPlatform ;
2323import me .lucko .spark .common .SparkPlugin ;
2424import me .lucko .spark .common .platform .PlatformInfo ;
@@ -74,7 +74,7 @@ public String getCommandName() {
7474
7575 @ Override
7676 public Stream <ViaProxyCommandSender > getCommandSenders () {
77- return Via .getManager ().getConnectionManager ().getClientConnections ().values ().stream ().map (UserCommandSender ::new ).map (ViaProxyCommandSender ::new );
77+ return Via .getManager ().getConnectionManager ().getClientConnections ().values ().stream ().map (UserConnectionViaCommandSender ::new ).map (ViaProxyCommandSender ::new );
7878 }
7979
8080 @ Override
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ name: "SparkPlugin"
22version : " ${version}"
33author : " RK_01 and lucko"
44main : " net.raphimc.sparkplugin.ViaProxySparkPlugin"
5- min-version : " 3.4.0 "
5+ min-version : " 3.4.9 "
You can’t perform that action at this time.
0 commit comments