mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
game: fixed that some users was able to run outdated macro feature
This commit is contained in:
parent
264b73355a
commit
ebaa92c537
1 changed files with 1 additions and 0 deletions
|
|
@ -2777,6 +2777,7 @@ public class HumanPlayer extends PlayerImpl {
|
||||||
holdingPriority = false;
|
holdingPriority = false;
|
||||||
break;
|
break;
|
||||||
case TOGGLE_RECORD_MACRO:
|
case TOGGLE_RECORD_MACRO:
|
||||||
|
if (true) return; // TODO: macro unsupported in current version
|
||||||
if (recordingMacro) {
|
if (recordingMacro) {
|
||||||
logger.debug("Finished Recording Macro");
|
logger.debug("Finished Recording Macro");
|
||||||
activatingMacro = true;
|
activatingMacro = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue