Fix: RMI resilience
This commit is contained in:
@@ -71,7 +71,8 @@ public class Game implements Serializable {
|
||||
{
|
||||
return false;
|
||||
}
|
||||
return disconnetedPlayers.put(player,false);
|
||||
disconnetedPlayers.put(player,false);
|
||||
return true;
|
||||
}
|
||||
/**
|
||||
* Returns the current number of players participating in the game.
|
||||
|
||||
Reference in New Issue
Block a user