1.5.0 Release Candidate 4.1
This commit is contained in:
parent
a808ec5706
commit
a05ba6d149
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue