ID:2203938
 
Resolved
world.Export() did not send a list of clients, when available, in the correct way.
BYOND Version:511.1363
Operating System:Windows 10 Pro 64-bit
Web Browser:Firefox 50.0
Applies to:Dream Daemon
Status: Resolved (511.1371)

This issue has been resolved.
When doing this:
/client/verb/AttemptConnect()
world.Export( "byond://127.0.0.1:6523?Hey!", null, 1, list(src) )

the player list is sent, but the first bytes' bitflag doesn't get set to let DD know that there's a player list in the packet. Thus, it gets ignored because it doesn't realize it exists.
Lummox JR resolved issue with message:
world.Export() did not send a list of clients, when available, in the correct way.