Skip to content

Commit

Permalink
Fix to Zone TLO
Browse files Browse the repository at this point in the history
  • Loading branch information
projecteon committed Sep 13, 2022
1 parent a5301ff commit 90fc426
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mq.lua
Expand Up @@ -295,12 +295,12 @@ TLO.Zone = nil
---@diagnostic disable: assign-type-mismatch
----Retrieves information about a zone by zone ID. If this zone is the current zone, then this will return currentzone.
---@param id integer Zone ID
---@return zone|nil
---@return zone|fun(): string | nil
function TLO.Zone(id) end

----Retrieves information about a zone by short name. If this zone is the current zone, then this will return currentzone.
---@param shortName string Zone Short Name
---@return zone|nil
---@return zone|fun(): string | nil
function TLO.Zone(shortName) end
---@diagnostic enable: assign-type-mismatch
---@diagnostic enable: duplicate-set-field
Expand Down

0 comments on commit 90fc426

Please sign in to comment.