fix crash from back-slashes

fix crash from back-slashes
This commit is contained in:
2015-01-08 22:23:46 +02:00
parent 23ebcce081
commit cb5037834d
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -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
```
+1 -1
View File
@@ -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;