add warning if ajqueue is running on spigot without a proxy

This commit is contained in:
ajgeiss0702
2021-10-07 19:19:26 -07:00
parent a5957bd7cb
commit 4d91663e20
3 changed files with 28 additions and 1 deletions
@@ -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];