Skip to content

Commit cc6d539

Browse files
committed
Update main.sqf
1 parent 13713bc commit cc6d539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spawn/main.sqf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ if (class_selection && !_isPZombie) then {
167167
default {0};
168168
};
169169

170-
_wealth = _player getVariable [(["cashMoney","globalMoney"] select Z_persistentMoney),0];
170+
_wealth = player getVariable [(["cashMoney","globalMoney"] select Z_persistentMoney),0];
171171
if (_wealth < _coins) then {
172172
player setVariable [(["cashMoney","globalMoney"] select Z_persistentMoney),(_wealth + _coins),true];
173173
};

0 commit comments

Comments
 (0)