Bug Summary:
Issue: Inconsistent behavior with the /delhome
command.
Steps to Reproduce:
- Set a home location using
/sethome home
. - Type
/delhome home
to delete the home location.
- When typing
/delhome home
, the system responds with an error message:home home doesn't exist
, even though the home is the home name. - Typing
/delhome
prompts the message:Please specify a home name (e.g., /delhome name).
- Despite the error message from
/delhome home
, the/home home
and/home
commands still successfully teleport me to the correct home location.
Expected Behavior:
-
/delhome home
should correctly delete the home location without throwing an error.TriedButLost