fix: remove selecting money from backwards comptibility

This commit is contained in:
Andy
2023-12-04 21:27:17 +01:00
committed by GitHub
parent 53a0e176ff
commit d76293d117

View File

@@ -219,8 +219,8 @@ RegisterNetEvent("ND:newCharacter", function(newCharacter)
lastname = newCharacter.lastName,
dob = newCharacter.dob,
gender = newCharacter.gender,
cash = newCharacter.cash,
bank = newCharacter.bank,
cash = 0,
bank = 0,
})
end)