Skip to content

Commit

Permalink
ALPHA5 support
Browse files Browse the repository at this point in the history
* 3.0.0-ALPHA5 support
  • Loading branch information
jojoe77777 authored May 14, 2017
1 parent 62c7bb0 commit 813b53b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ author: jojoe77777
version: 1.3.4
description: Slapper, the NPC plugin for PocketMine/Genisys
main: slapper\Main
api: [3.0.0-ALPHA4]
api: [3.0.0-ALPHA5]
website: https://github.com/jojoe77777/Slapper

commands:
Expand Down
2 changes: 1 addition & 1 deletion src/slapper/entities/SlapperEntity.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use pocketmine\nbt\tag\CompoundTag;
use pocketmine\nbt\tag\FloatTag;
use pocketmine\nbt\tag\IntTag;
use pocketmine\network\protocol\AddEntityPacket;
use pocketmine\network\mcpe\protocol\AddEntityPacket;
use pocketmine\Player;

class SlapperEntity extends Entity {
Expand Down
2 changes: 1 addition & 1 deletion src/slapper/entities/SlapperHuman.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use pocketmine\nbt\tag\CompoundTag;
use pocketmine\nbt\tag\FloatTag;
use pocketmine\nbt\tag\IntTag;
use pocketmine\network\protocol\AddPlayerPacket;
use pocketmine\network\mcpe\protocol\AddPlayerPacket;
use pocketmine\Player;

class SlapperHuman extends Human {
Expand Down

0 comments on commit 813b53b

Please sign in to comment.