Skip to content

Commit

Permalink
chore(server/events): validation creating user
Browse files Browse the repository at this point in the history
  • Loading branch information
nurrifqialhusaini committed Jan 9, 2025
1 parent e64f010 commit 1fc0d37
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion server/events.lua
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ local function onPlayerConnecting(name, _, deferrals)

identifiers.username = name

storage.createUser(identifiers)
if license then
storage.createUser(identifiers)
end
end

local databaseTime = os.clock()
Expand Down

0 comments on commit 1fc0d37

Please sign in to comment.