Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
etorth committed Jan 18, 2025
1 parent 9bf0224 commit e6f739a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/player.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

function dbHasFlag(flag)
assertType(flag, 'string')
local found, value = dbGetVar(flag)
local found, value = dbHasVar(flag)

if found then
if value == SYS_FLAGVAL then
Expand Down

0 comments on commit e6f739a

Please sign in to comment.