Added: Specific Error Display
This commit is contained in:
@@ -68,14 +68,6 @@ public class ClientController {
|
||||
this.myUsername = username;
|
||||
}
|
||||
|
||||
/**
|
||||
* Displays an error message in the view.
|
||||
*
|
||||
* @param message the error message to display.
|
||||
*/
|
||||
public void onError(String message) {
|
||||
view.showError(message);
|
||||
}
|
||||
|
||||
/**
|
||||
* Requests to draw a tribe card from the upper list.
|
||||
|
||||
Reference in New Issue
Block a user