mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 19:34:15 +00:00
Fixed a mistake in AvailableCommandsPacket
This commit is contained in:
parent
1f5f67e087
commit
f477cfa1bf
@ -67,7 +67,7 @@ class AvailableCommandsPacket extends DataPacket{
|
|||||||
public const ARG_FLAG_ENUM = 0x200000;
|
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;
|
public const ARG_FLAG_POSTFIX = 0x1000000;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user