Added getServerCode in the distromanager

This commit is contained in:
TheFlash787 2020-08-13 00:03:46 +01:00
parent 14b2c79b1b
commit 670a5083d1

View File

@ -398,6 +398,13 @@ class Server {
return this.mainServer
}
/**
* @returns {string} The server code for this server
*/
getServerCode(){
return this.serverCode
}
/**
* @returns {boolean} Whether or not the server is autoconnect.
* by default.