mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-17 05:56:01 +01:00
fix: remove selecting money from backwards comptibility
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user