File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/xyz/theprogramsrc/supercoreapi Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
77 <groupId >xyz.theprogramsrc</groupId >
88 <artifactId >SuperCoreAPI</artifactId >
9- <version >4.2.0-BETA0 </version >
9+ <version >4.2.0-BETA1 </version >
1010 <packaging >jar</packaging >
1111
1212 <name >SuperCoreAPI</name >
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ public BungeeServerUtils(){
1414 this .plugin = BungeePlugin .i ;
1515 }
1616
17- public void sendToServerBungee (ProxiedPlayer player , String server ){
17+ public void sendToServer (ProxiedPlayer player , String server ){
1818 this .plugin .getProxy ().registerChannel ("BungeeCord" );
1919 ByteArrayOutputStream byteArrayOutputStream = new ByteArrayOutputStream ();
2020 DataOutputStream dataOutputStream = new DataOutputStream (byteArrayOutputStream );
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ public class SpigotModule extends SuperModule<Listener> implements Listener {
1919 */
2020 public SpigotModule (boolean registerListener ){
2121 super (SpigotPlugin .i );
22- if (registerListener ) this .listener (this );
2322 this .spigotPlugin = SpigotPlugin .i ;
23+ if (registerListener ) this .listener (this );
2424 this .onLoad ();
2525 }
2626
You can’t perform that action at this time.
0 commit comments