mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
VersionString: Always show the patch version
This commit is contained in:
@ -80,7 +80,7 @@ class VersionString{
|
||||
}
|
||||
|
||||
public function getRelease() : string{
|
||||
return $this->generation . "." . $this->major . ($this->minor > 0 ? "." . $this->minor : "");
|
||||
return $this->generation . "." . $this->major . "." . $this->minor;
|
||||
}
|
||||
|
||||
public function getBuild() : int{
|
||||
|
Reference in New Issue
Block a user