Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update enhancementcommon.lua
Browse files Browse the repository at this point in the history
lL1l1 committed Jan 24, 2025

Verified

This commit was signed with the committer’s verified signature.
igordanilcenko Igor Danilčenko
1 parent fc6355b commit 8f1b4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/enhancementcommon.lua
Original file line number Diff line number Diff line change
@@ -57,7 +57,7 @@ function GetRestricted()
end

---@param entityID EntityId
---@return EnhancementSyncData
---@return EnhancementSyncData?
function GetEnhancements(entityID)
return enhancementTable[tostring(entityID)]
end

0 comments on commit 8f1b4c0

Please sign in to comment.