diff --git a/src/API/PlayerAPI.php b/src/API/PlayerAPI.php index 60659685d..521596577 100644 --- a/src/API/PlayerAPI.php +++ b/src/API/PlayerAPI.php @@ -91,6 +91,9 @@ class PlayerAPI{ case "void": $message .= " fell out of the world"; break; + case "fall": + $message .= " hit the ground too hard"; + break; default: $message .= " died"; break;