Updated reflection.

This commit is contained in:
agentkid20@gmail.com 2013-03-15 23:39:04 -04:00
parent 630f97074c
commit dba652bb96

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);