mirror of
https://github.com/magefree/mage.git
synced 2025-12-27 05:52:06 -08:00
fix small error
This commit is contained in:
parent
2a4a266cff
commit
5c78ed49a1
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ public class CreateTokenEffect extends OneShotEffect {
|
|||
private UUID lastAddedTokenId;
|
||||
private List<UUID> lastAddedTokenIds = new ArrayList<>();
|
||||
|
||||
publicCreateTokenEffect(Token token) {
|
||||
public CreateTokenEffect(Token token) {
|
||||
this(token, StaticValue.get(1));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue