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