using "type" as a kwarg doesn't work, using it as a positional argument does
Numbered Steps to Reproduce Problem:
world.Profile(PROFILE_START, type="sendmaps", "json")
Expected Results:
it to work
Actual Results:
silently fail
Does the problem occur:
Every time? Or how often? yes
In other games? unk
In other user accounts? unk
On other computers? unk
When does the problem NOT occur?
when used as a positional argument
Did the problem NOT occur in any earlier versions? If so, what was the last version that worked?
unknown
Workarounds:
use as a positional argument