Added Spigot-side API
This commit is contained in:
-1
@@ -39,7 +39,6 @@ public class BungeeMethods implements PlatformMethods {
|
||||
if(playerName == null) return;
|
||||
ByteArrayDataOutput out = ByteStreams.newDataOutput();
|
||||
out.writeUTF(channel);
|
||||
out.writeUTF(playerName);
|
||||
|
||||
for (String s : data) {
|
||||
out.writeUTF(s);
|
||||
|
||||
-1
@@ -44,7 +44,6 @@ public class VelocityMethods implements PlatformMethods {
|
||||
String playerName = player.getName();
|
||||
if(playerName == null) return;
|
||||
out.writeUTF( channel );
|
||||
out.writeUTF(playerName);
|
||||
for(String s : data) {
|
||||
out.writeUTF( s );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user