Muqsit / InvMenu

A PocketMine-MP virion to create and manage virtual inventories!
https://poggit.pmmp.io/ci/Muqsit/InvMenu/~
GNU General Public License v3.0
203 stars 75 forks source link

InvMenu throws error #60

Closed Saxavlax001 closed 4 years ago

Saxavlax001 commented 4 years ago

When I used your latest virion version 3.1.0 from poggit it throws this error when I'm opening the custom Inventory:

I'm using pmmp with api 3.11.2 and latest DeVirion Source(1.2.5-ALPHA12). Fix it when you can please.

Muqsit commented 4 years ago

This is because you didn't call InvMenuHandler::register() (see README about it).

Saxavlax001 commented 4 years ago

Ok I thought I had registered already the handler,thanks.