mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-18 20:15:35 -04:00
x
This commit is contained in:
parent
ffa81f8da3
commit
15cda8ffb2
@ -221,6 +221,7 @@ namespace ClassicalSharp.Entities {
|
|||||||
bool HandleSetSpawn() {
|
bool HandleSetSpawn() {
|
||||||
if (Hacks.CanRespawn) {
|
if (Hacks.CanRespawn) {
|
||||||
if (!Hacks.CanNoclip && !onGround) {
|
if (!Hacks.CanNoclip && !onGround) {
|
||||||
|
game.Chat.Add("&cCannot set spawn midair when noclip is disabled");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (!Hacks.CanNoclip) {
|
if (!Hacks.CanNoclip) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user