1 Commits

Author SHA1 Message Date
farcasclaudiu cb5037834d fix crash from back-slashes
fix crash from back-slashes
2015-01-08 22:23:46 +02:00
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 ## 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
``` ```
+1 -1
View File
@@ -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;