mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Fixed a typo
This commit is contained in:
@@ -58,7 +58,7 @@ public class TriggerSearchedLibrary extends Trigger {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
if (this.mapParams.containsKey("SeachOwnLibrary")) {
|
||||
if (this.mapParams.containsKey("SearchOwnLibrary")) {
|
||||
@SuppressWarnings("unchecked")
|
||||
List<Player> targets = (List<Player>) runParams2.get("Target");
|
||||
if (!targets.contains(runParams2.get("Player"))) {
|
||||
|
||||
Reference in New Issue
Block a user