Added getServerCode in the distromanager
This commit is contained in:
parent
14b2c79b1b
commit
670a5083d1
@ -398,6 +398,13 @@ class Server {
|
|||||||
return this.mainServer
|
return this.mainServer
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @returns {string} The server code for this server
|
||||||
|
*/
|
||||||
|
getServerCode(){
|
||||||
|
return this.serverCode
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @returns {boolean} Whether or not the server is autoconnect.
|
* @returns {boolean} Whether or not the server is autoconnect.
|
||||||
* by default.
|
* by default.
|
||||||
|
Loading…
Reference in New Issue
Block a user