mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 16:24:05 +00:00
VersionString: Always show the patch version
This commit is contained in:
parent
c835c97aba
commit
b0780c4d1d
@ -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{
|
||||
|
Loading…
x
Reference in New Issue
Block a user