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