Ai Players
This commit is contained in:
@@ -34,7 +34,7 @@ public class AiPlayerManager {
|
|||||||
public static void init(){
|
public static void init(){
|
||||||
while(AiPlayers.size() < totalPlayers){
|
while(AiPlayers.size() < totalPlayers){
|
||||||
AiPlayer aiPlayer = new AiPlayer();
|
AiPlayer aiPlayer = new AiPlayer();
|
||||||
if(aiPlayer != null){
|
if(aiPlayer != null && aiPlayer.emulated != null){
|
||||||
AiPlayers.add(aiPlayer);
|
AiPlayers.add(aiPlayer);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user