fixed logic error that was displaying gems wrong
This commit is contained in:
parent
e10d26dae1
commit
ab670a03fb
@ -215,7 +215,8 @@ public class GameGemManager implements Listener
|
||||
String out = "";
|
||||
if (Manager.IsRewardGems())
|
||||
out += F.elem(C.cGreen + "+" + (int)(gemCount * game.GemMultiplier) + " Gems") + " for ";
|
||||
out += F.elem(amountStr + type);
|
||||
else
|
||||
out += F.elem(amountStr + type);
|
||||
|
||||
UtilPlayer.message(player, out);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user