mirror of
https://github.com/PaperMC/Waterfall.git
synced 2024-11-18 16:25:14 +01:00
version 0.5.9
This commit is contained in:
parent
ade6480166
commit
c0c25635bd
@ -27,7 +27,7 @@ index 4c7e0fdc..3e7bd97b 100644
|
||||
public String getVersion()
|
||||
{
|
||||
- return ( BungeeCord.class.getPackage().getImplementationVersion() == null ) ? "unknown" : BungeeCord.class.getPackage().getImplementationVersion();
|
||||
+ return "0.5.6";
|
||||
+ return "0.5.9";
|
||||
}
|
||||
|
||||
public void reloadMessages()
|
||||
|
Loading…
Reference in New Issue
Block a user