Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Bug report...

Avatar

Level 3

Hey,

I've uncovered what I believe is a bug in afcs.py, is there a system in place for reporting it?

(I'll add it here for all who are curious)

Referring to the code below, line 292 should be more like:

type = accountmanager.ROOM_ITEMS

---------------------------------------afcs.py---------------------------------------------
291    if type == None:
292      type = ROOM_ITEMS
293    elif type != accountmanager.TEMPLATE_ITEMS and type != accountmanager.ROOM_ITEMS:
294      raise error("invalid-type")

---------------------------------------------------------------------------------------------

1 Reply

Avatar

Employee

I'll get it fixed for next version. thanks!