Allow plugins to indicate to OpenInv that a Player is in use

This allows API users to prevent issues caused by multiple different copies of the Player being loaded, such as #49. Multiple instances of the same player could be obtained by calling IOpenInv#loadPlayer, waiting for OpenInv to remove it from the cache, then calling the method again.
This commit is contained in:
Jikoo
2016-12-14 19:49:18 -05:00
parent 802ce28103
commit d24827ffcb
3 changed files with 73 additions and 2 deletions

View File

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