Advertisement
Guest User

Untitled

a guest
Jul 20th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. PocketMine-MP Crash Dump Fri Jul 20 20:44:34 MSK 2018
  2.  
  3. Error: Declaration of CortexPE\network\CraftingDataPacket::addShapelessRecipe(pocketmine\inventory\ShapelessRecipe $recipe) must be compatible with pocketmine\network\mcpe\protocol\CraftingDataPacket::addShapelessRecipe(pocketmine\inventory\ShapelessRecipe $recipe): void
  4. File: TeaSpoon-master/src/CortexPE/network/CraftingDataPacket
  5. Line: 242
  6. Type: E_COMPILE_ERROR
  7.  
  8. THIS CRASH WAS CAUSED BY A PLUGIN
  9. BAD PLUGIN: TeaSpoon v1.0.0
  10.  
  11. Code:
  12. [233] }
  13. [234]
  14. [235] $this->putBool($this->cleanRecipes);
  15. [236] }
  16. [237]
  17. [238] public function handle(NetworkSession $session): bool{
  18. [239] return $session->handleCraftingData($this);
  19. [240] }
  20. [241]
  21. [242] }
  22. [243]
  23. [244]
  24. [245]
  25. [246]
  26. [247]
  27. [248]
  28. [249]
  29. [250]
  30. [251]
  31. [252]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement