mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Fix NPE when creating room token (#6281)
This commit is contained in:
@@ -119,7 +119,7 @@ public class CardCopyService {
|
||||
c.setSetCode(in.getSetCode());
|
||||
|
||||
for (final CardStateName state : in.getStates()) {
|
||||
copyState(in, state, c, state);
|
||||
copyState(in, state, c, state, false);
|
||||
}
|
||||
|
||||
c.setState(in.getCurrentStateName(), false);
|
||||
|
||||
Reference in New Issue
Block a user