fixed logic error that was displaying gems wrong

This commit is contained in:
Mini-Chiss 2015-08-03 16:23:50 +02:00
parent e10d26dae1
commit ab670a03fb
1 changed files with 2 additions and 1 deletions

View File

@ -215,6 +215,7 @@ public class GameGemManager implements Listener
String out = "";
if (Manager.IsRewardGems())
out += F.elem(C.cGreen + "+" + (int)(gemCount * game.GemMultiplier) + " Gems") + " for ";
else
out += F.elem(amountStr + type);
UtilPlayer.message(player, out);