Fix statistic changes breaking silent/anycontainer in 1.11.1+

C'mon Spigot team, this is why the revision bumps existed in the first place, to allow plugins that deal with NMS to easily and gracefully fail on unsupported versions. 1.11.1 should be R2, 1.11.2 should be R3. I get that NMS isn't officially supported, but honestly, either do away with the versioned packages entirely or keep up with them properly. It's a single string change, it's not like it's prohibitively difficult.
This commit is contained in:
Jikoo
2016-12-29 03:13:27 -05:00
parent f05110c9b8
commit 9b6e32a775
2 changed files with 6 additions and 6 deletions

View File

@@ -12,7 +12,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<openinv.version>3.0.4-SNAPSHOT</openinv.version>
<openinv.version>3.0.6-SNAPSHOT</openinv.version>
</properties>
<modules>