Skip to content

Commit fda84b9

Browse files
authored
remove map call
1 parent d3af6c1 commit fda84b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
local type = world.get_type_by_name("UnitStruct")
2-
local constructed = construct(type, map({}))
2+
local constructed = construct(type, {})
33

44
assert(constructed ~= nil, "Value was not constructed")

0 commit comments

Comments
 (0)