mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
Added some asserts
This commit is contained in:
@ -62,6 +62,8 @@ class CompoundTag extends NamedTag implements \ArrayAccess{
|
||||
}
|
||||
}
|
||||
|
||||
assert(false, "Offset $offset not found");
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user