mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-23 19:16:34 +01:00
Updated reflection.
This commit is contained in:
parent
630f97074c
commit
dba652bb96
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user