add warning if ajqueue is running on spigot without a proxy
This commit is contained in:
@@ -33,6 +33,10 @@ public class EventHandlerImpl implements EventHandler {
|
||||
try {
|
||||
String subchannel = in.readUTF();
|
||||
|
||||
if(subchannel.equals("ack")) {
|
||||
main.getPlatformMethods().sendPluginMessage(recievingPlayer, "ack", "yes, im here");
|
||||
}
|
||||
|
||||
if(subchannel.equals("queue")) {
|
||||
String rawData = in.readUTF();
|
||||
String[] args = new String[1];
|
||||
|
||||
Reference in New Issue
Block a user