Updated reflection.

This commit is contained in:
agentkid20@gmail.com 2013-03-15 23:39:04 -04:00
parent 3290f3e895
commit 67e02d4e50
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@ public class NMS {
static {
// true field above false and three synchronised lists
THREAD_STOPPER = getField(NetworkManager.class, "m");
THREAD_STOPPER = getField(NetworkManager.class, "n");
// constants taken from source code
MOVEMENT_SPEEDS.put(EntityType.CHICKEN, 0.25F);