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