Fixed: TUI endGame loop
This commit is contained in:
@@ -49,6 +49,15 @@ public class ClientController {
|
||||
this.client = client;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the network client.
|
||||
*
|
||||
* @return client return the client, either TCP or RMI.
|
||||
*/
|
||||
public IClient getClient() {
|
||||
return this.client;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the local mini model and updates the view accordingly.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user