mirror of
https://github.com/farcasclaudiu/QRcraft.git
synced 2026-06-22 07:01:17 +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
|
||||
```
|
||||
[1.0.0] - initial release
|
||||
[1.0.1] - improvements
|
||||
[1.0.3] - fix backslash crash
|
||||
[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;
|
||||
|
||||
|
||||
include(__DIR__ . "\..\..\clodyx\phpqrcode\phpqrcode.php");
|
||||
include(__DIR__ . "/../../clodyx/phpqrcode/phpqrcode.php");
|
||||
|
||||
use pocketmine\math\Vector3;
|
||||
use pocketmine\block\Block as BlockAPI;
|
||||
|
||||
Reference in New Issue
Block a user