We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 412a5cb commit 4603ff3Copy full SHA for 4603ff3
1 file changed
src/server/login/LoginClient.ts
@@ -21,7 +21,8 @@ export class LoginClient extends InternalClient {
21
JSON.stringify({
22
type: 'world_startup',
23
nodeId: this.nodeId,
24
- nodeTime: Date.now()
+ nodeTime: Date.now(),
25
+ profile: Environment.NODE_PROFILE
26
})
27
);
28
}
0 commit comments