From 15cda8ffb2d607a7c9644846a5a70a8b36c2aaad Mon Sep 17 00:00:00 2001 From: Goodlyay Date: Sun, 6 Jan 2019 23:48:07 -0800 Subject: [PATCH] x --- ClassicalSharp/Entities/LocalPlayer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ClassicalSharp/Entities/LocalPlayer.cs b/ClassicalSharp/Entities/LocalPlayer.cs index e212d723f..f03b534ef 100644 --- a/ClassicalSharp/Entities/LocalPlayer.cs +++ b/ClassicalSharp/Entities/LocalPlayer.cs @@ -221,6 +221,7 @@ namespace ClassicalSharp.Entities { bool HandleSetSpawn() { if (Hacks.CanRespawn) { if (!Hacks.CanNoclip && !onGround) { + game.Chat.Add("&cCannot set spawn midair when noclip is disabled"); return false; } if (!Hacks.CanNoclip) {