mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
Merge pull request #2161 from HassanSky81/master
Correct the update of POIChanges for bought cards from shops
This commit is contained in:
@@ -41,7 +41,7 @@ public class PointOfInterestChanges implements SaveFileContent {
|
|||||||
}
|
}
|
||||||
data.storeObject("keys",keys.toArray(new String[0]));
|
data.storeObject("keys",keys.toArray(new String[0]));
|
||||||
for(int i=0;i<items.size();i++)
|
for(int i=0;i<items.size();i++)
|
||||||
data.store("value_"+i,items.get(0).save());
|
data.store("value_"+i,items.get(i).save());
|
||||||
return data;
|
return data;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user