ID:2674072
 
BYOND Version:514.1554
Operating System:Windows 10 Pro 64-bit
Web Browser:Chrome 90.0.4430.72
Applies to:DM Language
Status: Open

Issue hasn't been assigned a status value.
Descriptive Problem Summary:
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