mirror of
https://github.com/farcasclaudiu/QRcraft.git
synced 2026-06-29 09:01:20 +03:00
fix crash from back-slashes
fix crash from back-slashes
This commit is contained in:
@@ -81,7 +81,8 @@ PocketMine-MP version min 1.0.0
|
|||||||
|
|
||||||
## Releases
|
## Releases
|
||||||
```
|
```
|
||||||
[1.0.0] - initial release
|
[1.0.3] - fix backslash crash
|
||||||
[1.0.1] - improvements
|
|
||||||
[1.0.2] - implemented teleport player nearby QR code panel
|
[1.0.2] - implemented teleport player nearby QR code panel
|
||||||
|
[1.0.1] - improvements
|
||||||
|
[1.0.0] - initial release
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
namespace clodyx\qrcraft;
|
namespace clodyx\qrcraft;
|
||||||
|
|
||||||
|
|
||||||
include(__DIR__ . "\..\..\clodyx\phpqrcode\phpqrcode.php");
|
include(__DIR__ . "/../../clodyx/phpqrcode/phpqrcode.php");
|
||||||
|
|
||||||
use pocketmine\math\Vector3;
|
use pocketmine\math\Vector3;
|
||||||
use pocketmine\block\Block as BlockAPI;
|
use pocketmine\block\Block as BlockAPI;
|
||||||
|
|||||||
Reference in New Issue
Block a user