mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-12-29 20:47:53 +01:00
Update version
This commit is contained in:
parent
2c3d999a00
commit
3f4a601bb8
2
pom.xml
2
pom.xml
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<groupId>net.citizensnpcs</groupId>
|
<groupId>net.citizensnpcs</groupId>
|
||||||
<artifactId>citizens</artifactId>
|
<artifactId>citizens</artifactId>
|
||||||
<version>2.0.3-SNAPSHOT</version>
|
<version>2.0.4-SNAPSHOT</version>
|
||||||
<name>Citizens</name>
|
<name>Citizens</name>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
@ -62,8 +62,10 @@ public class CitizensBatNPC extends CitizensMobNPC {
|
|||||||
public void bi() {
|
public void bi() {
|
||||||
if (npc == null)
|
if (npc == null)
|
||||||
super.bi();
|
super.bi();
|
||||||
else
|
else {
|
||||||
|
NMS.updateAI(this);
|
||||||
npc.update();
|
npc.update();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
name: Citizens
|
name: Citizens
|
||||||
authors: [aPunch, fullwall]
|
authors: [aPunch, fullwall]
|
||||||
softdepend: [Vault]
|
softdepend: [Vault]
|
||||||
version: 2.0.3
|
version: 2.0.4
|
||||||
main: net.citizensnpcs.Citizens
|
main: net.citizensnpcs.Citizens
|
||||||
website: http://www.citizensnpcs.com
|
website: http://www.citizensnpcs.com
|
||||||
commands:
|
commands:
|
||||||
|
Loading…
Reference in New Issue
Block a user