Fix ZS lottery

This commit is contained in:
UnknownShadow200 2017-02-25 14:12:16 +11:00
parent f282bdaab9
commit fade341344

View File

@ -134,7 +134,7 @@ namespace MCGalaxy.Games.ZS {
+ amount + " " + Server.moneys);
}
game.Lottery.Clear();
winner.SetMoney(winner.money + 10);
winner.SetMoney(winner.money + amount);
}
static int GetMoneyReward(Player pl, Player[] alive, Random rand) {