Closed AntumDeluge closed 8 months ago
After using the /alter or /altercreature command to change a creature's name, player must exit map & re-enter for name to be updated.
/alter
/altercreature
This is a low-priority bug as the command is only useful to administrators.
To reproduce:
/alter #<num> name set <new_name>
Note that /alter #<num> title set <new_title> does immediately update visible name.
/alter #<num> title set <new_title>
The server should prevent admins from changing the name of entities because it is extremely likely that admins do not understand the consequences.
Updated scripts so admins cannot change name attribute.
🐞 Describe the bug
After using the
/alter
or/altercreature
command to change a creature's name, player must exit map & re-enter for name to be updated.This is a low-priority bug as the command is only useful to administrators.
To reproduce:
/alter #<num> name set <new_name>
)Note that
/alter #<num> title set <new_title>
does immediately update visible name.