mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
* Minds Aglow - Fixed that payed mana can be undone if X was set to a too high value.
This commit is contained in:
parent
12f094e854
commit
7b168a9d5e
3 changed files with 22 additions and 16 deletions
|
|
@ -1281,7 +1281,7 @@ public class MageFrame extends javax.swing.JFrame implements MageClient {
|
|||
hideTables();
|
||||
SessionHandler.disconnect(false);
|
||||
if (errorCall) {
|
||||
UserRequestMessage message = new UserRequestMessage("Connection lost", "The connection to server was lost. Reconnect to " + currentConnection.getHost() + '?');
|
||||
UserRequestMessage message = new UserRequestMessage("Connection lost", "The connection to server was lost. Reconnect?");
|
||||
message.setButton1("No", null);
|
||||
message.setButton2("Yes", PlayerAction.CLIENT_RECONNECT);
|
||||
showUserRequestDialog(message);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue