Skip to content

Commit

Permalink
fix(storage/players): types
Browse files Browse the repository at this point in the history
  • Loading branch information
BerkieBb committed Mar 5, 2024
1 parent d462022 commit 594f4e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/storage/players.lua
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ end
---@field position vector4
---@field metadata PlayerMetadata
---@field cid integer
---@field lastLoggedOutUnix integer
---@field lastLoggedOut integer
---@field items table deprecated

---@class PlayerEntityDatabase : PlayerEntity
Expand All @@ -110,7 +110,7 @@ end
---@field gang? string
---@field position string
---@field metadata string
---@field last_updated integer
---@field lastLoggedOutUnix integer

---@class PlayerCharInfo
---@field firstname string
Expand Down

0 comments on commit 594f4e6

Please sign in to comment.