mirror of
https://e.coding.net/circlecloud/Soulbound.git
synced 2024-11-22 01:49:09 +00:00
修复背包满时 拾取物品 绑定物品消失BUG(感谢john180修复)...
Signed-off-by: 502647092 <jtb1@163.com>
This commit is contained in:
parent
1e32d88345
commit
29fa1ec343
4
pom.xml
4
pom.xml
@ -3,7 +3,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.me.tft_02.soulbound</groupId>
|
<groupId>com.me.tft_02.soulbound</groupId>
|
||||||
<artifactId>Soulbound</artifactId>
|
<artifactId>Soulbound</artifactId>
|
||||||
<version>1.3</version>
|
<version>1.3.1</version>
|
||||||
<name>Soulbound</name>
|
<name>Soulbound</name>
|
||||||
<description>Soulbound items for your RPG servers!</description>
|
<description>Soulbound items for your RPG servers!</description>
|
||||||
<url>https://github.com/TfT-02/Soulbound</url>
|
<url>https://github.com/TfT-02/Soulbound</url>
|
||||||
@ -61,7 +61,7 @@
|
|||||||
<properties>
|
<properties>
|
||||||
<jenkins.url>http://ci.citycraft.cn:8080</jenkins.url>
|
<jenkins.url>http://ci.citycraft.cn:8080</jenkins.url>
|
||||||
<env.BUILD_NUMBER>Debug</env.BUILD_NUMBER>
|
<env.BUILD_NUMBER>Debug</env.BUILD_NUMBER>
|
||||||
<update.description>&c修复Prevent_Item_Drop设置为TRUE时死亡物品消失的问题...</update.description>
|
<update.description>&c修复背包满时 拾取物品 绑定物品消失BUG(感谢john180修复)...</update.description>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
</properties>
|
</properties>
|
||||||
<repositories>
|
<repositories>
|
||||||
|
Loading…
Reference in New Issue
Block a user