Skip to content

Commit

Permalink
fix: auth
Browse files Browse the repository at this point in the history
  • Loading branch information
Coffeelot committed Sep 21, 2024
1 parent 90c156d commit d2e41df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2386,7 +2386,7 @@ end
local function openUi(data)
if not uiIsOpen then
CurrentName = data.name
CurrentAuth = data.type
CurrentAuth = data.auth
CurrentCrew = data.crew
notify(Lang("esc"))
SetNuiFocus(true,true)
Expand Down

0 comments on commit d2e41df

Please sign in to comment.