File tree Expand file tree Collapse file tree
java/net/lenni0451/nolocalconnections Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,5 +17,5 @@ repositories {
1717}
1818
1919dependencies {
20- implementation " net.raphimc:ViaProxy:3.0.21 "
20+ implementation " net.raphimc:ViaProxy:3.0.22 "
2121}
Original file line number Diff line number Diff line change 11package net .lenni0451 .nolocalconnections ;
22
33import net .lenni0451 .lambdaevents .EventHandler ;
4- import net .raphimc .viaproxy .plugins . PluginManager ;
4+ import net .raphimc .viaproxy .ViaProxy ;
55import net .raphimc .viaproxy .plugins .ViaProxyPlugin ;
66import net .raphimc .viaproxy .plugins .events .PreConnectEvent ;
77
@@ -11,7 +11,7 @@ public class Main extends ViaProxyPlugin {
1111
1212 @ Override
1313 public void onEnable () {
14- PluginManager .EVENT_MANAGER .register (this );
14+ ViaProxy .EVENT_MANAGER .register (this );
1515 }
1616
1717 @ EventHandler
Original file line number Diff line number Diff line change 1- name : NoLocalConnections
2- version : 1.0
3- author : Lenni0451
4- main : net.lenni0451.nolocalconnections.Main
1+ name : " NoLocalConnections"
2+ version : " 1.0"
3+ author : " Lenni0451"
4+ main : " net.lenni0451.nolocalconnections.Main"
5+ min-version : " net.raphimc:ViaProxy:3.0.22"
You can’t perform that action at this time.
0 commit comments