Remove error on trying to enter with no prop near

This commit is contained in:
Vortrex
2020-12-23 23:03:45 -06:00
parent 8df218b62f
commit 604c535e1a

View File

@@ -185,8 +185,7 @@ function enterExitPropertyCommand(command, params, client) {
}
}
console.log("Not near a house entrance.");
messageClientError(client, "You aren't close enough to a door!");
//messageClientError(client, "You aren't close enough to a door!");
return true;
}