Update version

This commit is contained in:
fullwall 2012-10-30 11:33:55 +08:00
parent 054fe89309
commit eadc338dc2
3 changed files with 5 additions and 3 deletions

View File

@ -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>

View File

@ -62,8 +62,10 @@ public class CitizensBatNPC extends CitizensMobNPC {
public void bi() {
if (npc == null)
super.bi();
else
else {
NMS.updateAI(this);
npc.update();
}
}
@Override

View File

@ -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: