Fixed you starting with more than the allowed money. Now respecting the limtis.
This commit is contained in:
parent
a0745b550f
commit
f17914d241
1 changed files with 2 additions and 1 deletions
|
@ -147,7 +147,8 @@ void Rules_Restart( int iWipe ) {
|
|||
if ( iWipe == FALSE ) {
|
||||
Money_GiveTeamReward();
|
||||
} else {
|
||||
self.fMoney = autocvar_mp_startmoney;
|
||||
self.fMoney = 0;
|
||||
Money_AddMoney(self, autocvar_mp_startmoney);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue