Adding the server unique id to the invite link info in order to identify the target server

master
WolverinDEV 2021-02-19 23:07:53 +01:00
parent fbbf319ef3
commit 80ea33db19
1 changed files with 1 additions and 0 deletions

View File

@ -243,6 +243,7 @@ class InviteController {
{
propertiesInfo["server-name"] = server.properties.virtualserver_name;
propertiesInfo["server-unique-id"] = server.properties.virtualserver_unique_identifier;
propertiesInfo["slots-used"] = server.properties.virtualserver_clientsonline.toString();
propertiesInfo["slots-max"] = server.properties.virtualserver_maxclients.toString();