Closed Nikwitz closed 4 months ago
do you by chance know what the item is called
do you by chance know what the item is called
Which item?
Just go in server.lua line 25 and change part of the related code to this:
local normalizedAccountName = string.lower(accountName) if Accounts[normalizedAccountName] then return false end
This issue has had 60 days of inactivity & will close within 7 days
Describe the bug If you create a shared account called 'Shared' and someone afterwards create an account called 'shared' it will be visible in the banking list until you restart your game. The money is taken from your account and you can see them in the account, but it wont be visible after relog / server restart because it doesn't create it in the database.
To Reproduce
Expected behavior The expected behavior would be that you get an error message that the name is already taken.
Questions (please complete the following information):
qb-
to something custom?: no