mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
* Fixed a bug that turn rollback did not work correctly, if player was in a buy cost process that included possible rollback (fixes #4510).
This commit is contained in:
parent
fc8604e449
commit
6d848e2059
3 changed files with 24 additions and 13 deletions
|
|
@ -753,7 +753,7 @@ public class MageFrame extends javax.swing.JFrame implements MageClient {
|
|||
currentConnection.setPort(port);
|
||||
String allMAC = "";
|
||||
try {
|
||||
allMAC = currentConnection.getMAC();
|
||||
allMAC = Connection.getMAC();
|
||||
} catch (SocketException ex) {
|
||||
}
|
||||
currentConnection.setUserIdStr(System.getProperty("user.name") + ":" + System.getProperty("os.name") + ":" + MagePreferences.getUserNames() + ":" + allMAC);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue