Fixed some bugs

This commit is contained in:
CharonInferar
2014-05-02 01:18:50 +02:00
parent 1c14d7a702
commit 5e4062ae38
4 changed files with 23 additions and 9 deletions
+1 -1
View File
@@ -1195,7 +1195,7 @@ public class SimulationService implements INetworkDispatch {
float height = (float) (creature.getHeight()/* - 0.3*/);
if(creature.getPosture() == 2 || creature.getPosture() == 13)
if(creature.getPosture() == 2 || creature.getPosture() == 13 || creature.getPosture() == 14)
height = 0.3f;
else if(creature.getPosture() == 1)
height /= 2.f;