mirror of
https://github.com/PaperMC/Waterfall.git
synced 2024-11-17 07:45:26 +01:00
0.8.5
This commit is contained in:
parent
7ea14506a2
commit
54f917b1f2
@ -27,7 +27,7 @@ index a4b58d9c6..40ceeb18d 100644
|
|||||||
public String getVersion()
|
public String getVersion()
|
||||||
{
|
{
|
||||||
- return ( BungeeCord.class.getPackage().getImplementationVersion() == null ) ? "unknown" : BungeeCord.class.getPackage().getImplementationVersion();
|
- return ( BungeeCord.class.getPackage().getImplementationVersion() == null ) ? "unknown" : BungeeCord.class.getPackage().getImplementationVersion();
|
||||||
+ return "0.8.4";
|
+ return "0.8.5";
|
||||||
}
|
}
|
||||||
|
|
||||||
public void reloadMessages()
|
public void reloadMessages()
|
||||||
|
Loading…
Reference in New Issue
Block a user