Adding the server unique id to the invite link info in order to identify the target server
parent
fbbf319ef3
commit
80ea33db19
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue