mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
Small tournament bug fix.
This commit is contained in:
@@ -131,7 +131,7 @@ public enum CSubmenuQuestDraft implements ICDoc {
|
|||||||
|
|
||||||
if (prizes[0] != null && (int) prizes[0] > 0) {
|
if (prizes[0] != null && (int) prizes[0] > 0) {
|
||||||
FOptionPane.showMessageDialog("For placing " + placement + ", you have been awarded " + (int) prizes[0] + " credits!", "Credits Awarded", FSkin.getImage(FSkinProp.ICO_QUEST_COINSTACK));
|
FOptionPane.showMessageDialog("For placing " + placement + ", you have been awarded " + (int) prizes[0] + " credits!", "Credits Awarded", FSkin.getImage(FSkinProp.ICO_QUEST_COINSTACK));
|
||||||
FModel.getQuest().getAssets().addCredits((long) prizes[0]);
|
FModel.getQuest().getAssets().addCredits((int) prizes[0]);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (prizes[2] != null) {
|
if (prizes[2] != null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user