I am using the latest Pocketmine dev that can be downloaded from pocketmine.net and genisys-phar.
When using customalerts, I get this error:
[09:24:39] [Server thread/CRITICAL]: "Could not pass event 'pocketmine\event\server\DataPacketReceiveEvent' to 'CustomAlerts v1.6': Call to undefined method pocketmine\network\protocol\LoginPacket::property_exists() on CustomAlerts\EventListener
[09:24:39] [Server thread/CRITICAL]: Error: "Call to undefined method pocketmine\network\protocol\LoginPacket::property_exists()" (EXCEPTION) in "/CustomAlerts_v1.6.phar/src/CustomAlerts/EventListener" at line 48
Hi,
I am using the latest Pocketmine dev that can be downloaded from pocketmine.net and genisys-phar.
When using customalerts, I get this error:
[09:24:39] [Server thread/CRITICAL]: "Could not pass event 'pocketmine\event\server\DataPacketReceiveEvent' to 'CustomAlerts v1.6': Call to undefined method pocketmine\network\protocol\LoginPacket::property_exists() on CustomAlerts\EventListener [09:24:39] [Server thread/CRITICAL]: Error: "Call to undefined method pocketmine\network\protocol\LoginPacket::property_exists()" (EXCEPTION) in "/CustomAlerts_v1.6.phar/src/CustomAlerts/EventListener" at line 48
Maybe it's a php-thing? I'm using php7.
Wim