mirror of
https://github.com/PaperMC/Waterfall.git
synced 2024-11-05 18:21:27 +01:00
0.7.2
This commit is contained in:
parent
1ac9a3b103
commit
c505d64580
@ -27,7 +27,7 @@ index a4b58d9c..8b655261 100644
|
||||
public String getVersion()
|
||||
{
|
||||
- return ( BungeeCord.class.getPackage().getImplementationVersion() == null ) ? "unknown" : BungeeCord.class.getPackage().getImplementationVersion();
|
||||
+ return "0.7.1";
|
||||
+ return "0.7.2";
|
||||
}
|
||||
|
||||
public void reloadMessages()
|
||||
|
Loading…
Reference in New Issue
Block a user