mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-01 07:39:57 +00:00
PlayerAuthInputFlags: Fixed a mistake in the documentation
This commit is contained in:
parent
bfbe3d83de
commit
68699dbff9
@ -30,7 +30,7 @@ use pocketmine\network\mcpe\protocol\PlayerAuthInputPacket;
|
|||||||
* The flags should be written as
|
* The flags should be written as
|
||||||
* `flags |= (1 << flag)`
|
* `flags |= (1 << flag)`
|
||||||
* and read as
|
* and read as
|
||||||
* `(flags & (1 & flag)) !== 0`
|
* `(flags & (1 << flag)) !== 0`
|
||||||
*
|
*
|
||||||
* @see PlayerAuthInputPacket
|
* @see PlayerAuthInputPacket
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user