Skip to content

Commit

Permalink
Fix missing Position input
Browse files Browse the repository at this point in the history
  • Loading branch information
xenial committed Dec 13, 2020
1 parent e69cd95 commit 97e4427
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/xenialdan/MagicWE2/clipboard/RevertClipboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

use pocketmine\world\format\Chunk;
use pocketmine\world\format\io\FastChunkSerializer;
use pocketmine\world\Position;
use pocketmine\world\World;

class RevertClipboard extends Clipboard
Expand Down
1 change: 1 addition & 0 deletions src/xenialdan/MagicWE2/task/AsyncRevertTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
use pocketmine\utils\AssumptionFailedError;
use pocketmine\utils\TextFormat as TF;
use pocketmine\uuid\UUID;
use pocketmine\world\Position;
use xenialdan\MagicWE2\clipboard\RevertClipboard;
use xenialdan\MagicWE2\exception\SessionException;
use xenialdan\MagicWE2\helper\AsyncChunkManager;
Expand Down

0 comments on commit 97e4427

Please sign in to comment.