mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 12:19:59 -08:00
* Control player - Fixed the phase names shown to the controlled player (fixes #415).
This commit is contained in:
parent
2b8afe379a
commit
dad109b88e
2 changed files with 2 additions and 1 deletions
|
|
@ -88,6 +88,7 @@ public class TurnMod implements Serializable {
|
|||
* @param playerId
|
||||
* @param phase
|
||||
* @param afterPhase - set to null if extraPhase is after the next phase
|
||||
* @param skip
|
||||
*/
|
||||
public TurnMod(UUID playerId, TurnPhase phase, TurnPhase afterPhase, boolean skip) {
|
||||
this.id = UUID.randomUUID();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue