Skip to content

Commit 4603ff3

Browse files
committed
fix: world_startup not unlocking accounts
1 parent 412a5cb commit 4603ff3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/server/login/LoginClient.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ export class LoginClient extends InternalClient {
2121
JSON.stringify({
2222
type: 'world_startup',
2323
nodeId: this.nodeId,
24-
nodeTime: Date.now()
24+
nodeTime: Date.now(),
25+
profile: Environment.NODE_PROFILE
2526
})
2627
);
2728
}

0 commit comments

Comments
 (0)