mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- CheckStyle.
This commit is contained in:
@@ -608,7 +608,7 @@ public class GameAction {
|
||||
}
|
||||
|
||||
library.add(c, libPosition);
|
||||
|
||||
|
||||
final HashMap<String, Object> runParams = new HashMap<String, Object>();
|
||||
runParams.put("Card", c);
|
||||
if (p != null) {
|
||||
@@ -618,7 +618,7 @@ public class GameAction {
|
||||
}
|
||||
runParams.put("Destination", Constant.Zone.Library);
|
||||
AllZone.getTriggerHandler().runTrigger("ChangesZone", runParams);
|
||||
|
||||
|
||||
return c;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user