Fixed precondition on double chunk send being useless

this is messy, but necessary for now.
This commit is contained in:
Dylan K. Taylor
2021-04-19 00:46:27 +01:00
parent d19c21e2e1
commit 09a2402f01
3 changed files with 18 additions and 10 deletions

View File

@ -101,12 +101,12 @@ parameters:
path: ../../../src/network/mcpe/NetworkSession.php
-
message: "#^Cannot call method getWorld\\(\\) on pocketmine\\\\player\\\\Player\\|null\\.$#"
message: "#^Cannot call method getUsedChunkStatus\\(\\) on pocketmine\\\\player\\\\Player\\|null\\.$#"
count: 1
path: ../../../src/network/mcpe/NetworkSession.php
-
message: "#^Cannot call method isUsingChunk\\(\\) on pocketmine\\\\player\\\\Player\\|null\\.$#"
message: "#^Cannot call method getWorld\\(\\) on pocketmine\\\\player\\\\Player\\|null\\.$#"
count: 1
path: ../../../src/network/mcpe/NetworkSession.php