diff --git a/forge-gui-mobile/src/forge/adventure/stage/MapStage.java b/forge-gui-mobile/src/forge/adventure/stage/MapStage.java index d4e9027ec55..e2bc875f7db 100644 --- a/forge-gui-mobile/src/forge/adventure/stage/MapStage.java +++ b/forge-gui-mobile/src/forge/adventure/stage/MapStage.java @@ -372,6 +372,7 @@ public class MapStage extends GameStage { break; case "shop": String shopList = prop.get("shopList").toString(); + shopList=shopList.replaceAll("\\s",""); List possibleShops = Arrays.asList(shopList.split(",")); Array shops; if (possibleShops.size() == 0 || shopList.equals(""))