Fixed a mistake in AvailableCommandsPacket

This commit is contained in:
Dylan K. Taylor 2017-11-25 11:15:20 +00:00
parent 1f5f67e087
commit f477cfa1bf

View File

@ -67,7 +67,7 @@ class AvailableCommandsPacket extends DataPacket{
public const ARG_FLAG_ENUM = 0x200000;
/**
* This is used for for /xp <level: int>L.
* This is used for /xp <level: int>L.
*/
public const ARG_FLAG_POSTFIX = 0x1000000;