Fixed double-sending players with a bypass permission

This commit is contained in:
ajgeiss0702
2023-01-16 09:36:51 -07:00
parent 042e2f4a43
commit f92f99ec4e
4 changed files with 27 additions and 10 deletions
@@ -67,4 +67,6 @@ public interface Logic {
return highest;
}
boolean hasAnyBypass(AdaptedPlayer player, String server);
}