- Fixing converted Bounce cards with Destination of Library to use Destination$ Library | LibraryPosition$ X

This commit is contained in:
jendave
2011-08-06 13:46:55 +00:00
parent 8f7fc0ce81
commit e949a551e8
19 changed files with 19 additions and 19 deletions

View File

@@ -682,7 +682,7 @@ public class AbilityFactory_ChangeZone {
sb.append(host.getName()).append(" - ");
String destination = params.get("Destination");
String origin = params.get("Destination");
String origin = params.get("Origin");
StringBuilder sbTargets = new StringBuilder();