1.5.0 Release Candidate 4.1

This commit is contained in:
Tyler Murphy 2022-05-25 19:39:54 -04:00
parent a808ec5706
commit a05ba6d149

View file

@ -70,7 +70,7 @@ public class PlayerLoader {
}
public static void resetPlayer(Player player, Board board){
if(board.isSeeker(player)) return;
if(board.isSpectator(player)) return;
loadPlayer(player);
if (board.isSeeker(player)) {
if (pvpEnabled)