mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2025-01-08 09:27:34 +01:00
Fix typo in EnumWrappers (PlayerInfoAction)
This commit is contained in:
parent
f14623897b
commit
701885e4eb
@ -69,7 +69,7 @@ public abstract class EnumWrappers {
|
|||||||
|
|
||||||
public enum PlayerInfoAction {
|
public enum PlayerInfoAction {
|
||||||
ADD_PLAYER,
|
ADD_PLAYER,
|
||||||
UPDATE_GAMEMODE,
|
UPDATE_GAME_MODE,
|
||||||
UPDATE_LATENCY,
|
UPDATE_LATENCY,
|
||||||
UPDATE_DISPLAY_NAME,
|
UPDATE_DISPLAY_NAME,
|
||||||
REMOVE_PLAYER;
|
REMOVE_PLAYER;
|
||||||
|
Loading…
Reference in New Issue
Block a user