Fixed UUID-related issues

This commit is contained in:
Dylan K. Taylor
2017-06-07 13:11:03 +01:00
parent 75863e2a44
commit e18a3ac933
4 changed files with 6 additions and 3 deletions

View File

@ -366,6 +366,9 @@ class Server{
return $this->getConfigString("server-ip", "0.0.0.0");
}
/**
* @return UUID
*/
public function getServerUniqueId(){
return $this->serverID;
}