mirror of
https://github.com/PaperMC/Waterfall.git
synced 2024-11-06 02:31:46 +01:00
0.7.4
This commit is contained in:
parent
ddc4c80d28
commit
e2ed623468
@ -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.3";
|
+ return "0.7.4";
|
||||||
}
|
}
|
||||||
|
|
||||||
public void reloadMessages()
|
public void reloadMessages()
|
||||||
|
Loading…
Reference in New Issue
Block a user