mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 05:06:45 +01:00
2.1.206 - Memory leaks fixed and other changes Fixes #4681
This commit is contained in:
parent
77cefbdfab
commit
c36ff85cbf
@ -1,5 +1,6 @@
|
|||||||
Version 2.1.206
|
Version 2.1.206
|
||||||
Fixed a memory leak involving Rupture
|
Fixed a memory leak involving Herbalism under specific circumstances
|
||||||
|
Fixed a memory leak involving Rupture under specific circumstances
|
||||||
Fixed a memory leak involving Dodge
|
Fixed a memory leak involving Dodge
|
||||||
Fixed a memory leak involving Endermen and block pickups
|
Fixed a memory leak involving Endermen and block pickups
|
||||||
Fixed a memory leak from plugin conflicts when double drops get activated
|
Fixed a memory leak from plugin conflicts when double drops get activated
|
||||||
|
2
pom.xml
2
pom.xml
@ -2,7 +2,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.gmail.nossr50.mcMMO</groupId>
|
<groupId>com.gmail.nossr50.mcMMO</groupId>
|
||||||
<artifactId>mcMMO</artifactId>
|
<artifactId>mcMMO</artifactId>
|
||||||
<version>2.1.206-SNAPSHOT</version>
|
<version>2.1.206</version>
|
||||||
<name>mcMMO</name>
|
<name>mcMMO</name>
|
||||||
<url>https://github.com/mcMMO-Dev/mcMMO</url>
|
<url>https://github.com/mcMMO-Dev/mcMMO</url>
|
||||||
<scm>
|
<scm>
|
||||||
|
Loading…
Reference in New Issue
Block a user