Fix up typo?

This commit is contained in:
Andrew 2013-08-21 00:17:56 +12:00
parent a21984e498
commit 75ea90d27c

View File

@ -75,7 +75,7 @@ public class Disguise {
// Ok.. So it aint a horse // Ok.. So it aint a horse
} }
} }
double fallSpeed = 0.0050; double fallSpeed = 0.0005;
boolean movement = false; boolean movement = false;
boolean alwaysSend = false; boolean alwaysSend = false;
switch (getType()) { switch (getType()) {