mirror of
https://github.com/PaperMC/Waterfall.git
synced 2024-11-18 16:25:14 +01:00
1.1.1
This commit is contained in:
parent
d4e2f6d953
commit
6f7e1a2a76
@ -27,7 +27,7 @@ index 2fef94e5..15a639de 100644
|
||||
public String getVersion()
|
||||
{
|
||||
- return ( BungeeCord.class.getPackage().getImplementationVersion() == null ) ? "unknown" : BungeeCord.class.getPackage().getImplementationVersion();
|
||||
+ return "1.1.0";
|
||||
+ return "1.1.1";
|
||||
}
|
||||
|
||||
public void reloadMessages()
|
||||
|
Loading…
Reference in New Issue
Block a user