mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Remove misleading default value for NetworkInventoryAction windowId
This commit is contained in:
@ -81,7 +81,7 @@ class NetworkInventoryAction{
|
||||
/** @var int */
|
||||
public $sourceType;
|
||||
/** @var int */
|
||||
public $windowId = ContainerIds::NONE;
|
||||
public $windowId;
|
||||
/** @var int */
|
||||
public $sourceFlags = 0;
|
||||
/** @var int */
|
||||
|
Reference in New Issue
Block a user