mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-22 12:05:51 -04:00
Fix ZS lottery
This commit is contained in:
parent
f282bdaab9
commit
fade341344
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user