diff --git a/src/Player.php b/src/Player.php index 10e92e84b4..6931d99297 100644 --- a/src/Player.php +++ b/src/Player.php @@ -1524,7 +1524,7 @@ class Player{ $craft = true; } - if($craft = true){ + if($craft === true){ $this->lastCraft = microtime(true); }