mirror of
https://github.com/PaperMC/Waterfall.git
synced 2024-11-06 02:31:46 +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()
|
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.7.1";
|
+ return "0.7.2";
|
||||||
}
|
}
|
||||||
|
|
||||||
public void reloadMessages()
|
public void reloadMessages()
|
||||||
|
Loading…
Reference in New Issue
Block a user