fixed MPS awards formatting
This commit is contained in:
parent
ab670a03fb
commit
67fd0e2c1d
@ -222,7 +222,12 @@ public class GameGemManager implements Listener
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!Manager.IsRewardGems())
|
if (!Manager.IsRewardGems())
|
||||||
|
{
|
||||||
|
UtilPlayer.message(player, "");
|
||||||
|
UtilPlayer.message(player, ArcadeFormat.Line);
|
||||||
return;
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
earnedGems = (int) (earnedGems * game.GemMultiplier);
|
earnedGems = (int) (earnedGems * game.GemMultiplier);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user