mirror of
https://github.com/PaperMC/Waterfall.git
synced 2024-11-18 16:25:14 +01:00
1.2.1
This commit is contained in:
parent
125b7dffaf
commit
04360ecae4
@ -27,7 +27,7 @@ index 8617cdc7a..ca1dad0e5 100644
|
||||
public String getVersion()
|
||||
{
|
||||
- return ( BungeeCord.class.getPackage().getImplementationVersion() == null ) ? "unknown" : BungeeCord.class.getPackage().getImplementationVersion();
|
||||
+ return "1.2.0";
|
||||
+ return "1.2.1";
|
||||
}
|
||||
|
||||
public final void reloadMessages()
|
||||
|
Loading…
Reference in New Issue
Block a user