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