Skip to content

Commit

Permalink
eoh
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Mar 30, 2024
1 parent b33326c commit 01dff87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions EOH/v1.lua
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ local function getComponent(type, idPrefix)
local matchedK = nil
local matchedV = nil
for k, v in pairs(component.list(t)) do
print(v)
if startsWith(k, idPrefix) then
matchedK = k
matchedV = v
Expand Down

0 comments on commit 01dff87

Please sign in to comment.