Fixed crafting repeated items

This commit is contained in:
Shoghi Cervantes 2013-06-07 19:30:30 +02:00
parent 51f4faf22e
commit 71e556a181

View File

@ -1524,7 +1524,7 @@ class Player{
$craft = true;
}
if($craft = true){
if($craft === true){
$this->lastCraft = microtime(true);
}