mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Fixed test failure
This commit is contained in:
@ -54,7 +54,7 @@ use pocketmine\utils\RegistryTrait;
|
||||
final class VanillaEnchantments{
|
||||
use RegistryTrait;
|
||||
|
||||
/** @var int|null */
|
||||
/** @var int */
|
||||
private static $nextRtId = 0;
|
||||
|
||||
private static function newRtId() : int{
|
||||
|
Reference in New Issue
Block a user