allow restricting joining queues to certain protocol versions

This commit is contained in:
ajgeiss0702
2021-08-27 15:57:46 -07:00
parent 7f9515c23d
commit 985f203309
12 changed files with 214 additions and 3 deletions
@@ -126,4 +126,9 @@ public class BungeeMethods implements PlatformMethods {
return result;
}
@Override
public String getProtocolName(int protocol) {
return protocol+"";
}
}