mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-19 23:37:45 +00:00
Fixed crafting repeated items
This commit is contained in:
@@ -1524,7 +1524,7 @@ class Player{
|
||||
$craft = true;
|
||||
}
|
||||
|
||||
if($craft = true){
|
||||
if($craft === true){
|
||||
$this->lastCraft = microtime(true);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user