mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00: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…
Reference in a new issue