Fix bug for sounds?

This commit is contained in:
Andrew 2013-06-24 04:01:57 +12:00
parent b3fc6f5cf2
commit 6f8fecdca3

View file

@ -133,11 +133,11 @@ public class DisguiseAPI {
disguisedEntity = entity; disguisedEntity = entity;
break; break;
} }
} else { } /*else {
soundType = null; soundType = null;
disguisedEntity = entity; disguisedEntity = entity;
break; break;
} }*/
} }
} }
} }