Skip to content

Commit cfa701c

Browse files
committed
:)
1 parent 5f18ec6 commit cfa701c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/weights.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
function SMODS.poll_object(args)
66
assert(args, "SMODS.poll_object called with no args."..SMODS.log_crash_info(debug.getinfo(2)))
77
assert((args.type or (args.types and type(args.types) == 'table') or (args.attributes and type(args.attributes) == 'table') or (args.pool and type(args.pool) == 'table')), "SMODS.poll_object called without a pool source." .. SMODS.log_crash_info(debug.getinfo(2)))
8-
print(args.type or 'polling something else')
8+
99
-- Prepare pool
1010
local pool = args.pool or {}
1111
local types = args.attributes or args.types or {args.type}

0 commit comments

Comments
 (0)