test for lua lint ignore

This commit is contained in:
Gellipapa
2024-11-17 13:02:59 +01:00
committed by GitHub
parent 5d5f14abfd
commit b10c599dc9
@@ -130,6 +130,7 @@ function CreateExtendedPlayer(playerId, identifier, group, accounts, inventory,
---@return number
function self.getPlayTime()
-- luacheck: ignore
return self.lastPlaytime + GetPlayerTimeOnline(self.source)
end