mirror of
https://github.com/PaperMC/Waterfall.git
synced 2024-11-06 10:45:37 +01:00
version 0.6.4
This commit is contained in:
parent
043d6a647d
commit
37b4a81148
@ -27,7 +27,7 @@ index 4c7e0fdc..3e7bd97b 100644
|
||||
public String getVersion()
|
||||
{
|
||||
- return ( BungeeCord.class.getPackage().getImplementationVersion() == null ) ? "unknown" : BungeeCord.class.getPackage().getImplementationVersion();
|
||||
+ return "0.6.3";
|
||||
+ return "0.6.4";
|
||||
}
|
||||
|
||||
public void reloadMessages()
|
||||
|
Loading…
Reference in New Issue
Block a user