diff --git a/MCGalaxy/Games/ZombieSurvival/Rewards.cs b/MCGalaxy/Games/ZombieSurvival/Rewards.cs index 6d72c2193..3a483e5ae 100644 --- a/MCGalaxy/Games/ZombieSurvival/Rewards.cs +++ b/MCGalaxy/Games/ZombieSurvival/Rewards.cs @@ -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) {