mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-13 15:05:33 +00:00
Fixed crafting repeated items
This commit is contained in:
parent
51f4faf22e
commit
71e556a181
@ -1524,7 +1524,7 @@ class Player{
|
|||||||
$craft = true;
|
$craft = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if($craft = true){
|
if($craft === true){
|
||||||
$this->lastCraft = microtime(true);
|
$this->lastCraft = microtime(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user