Closed lynnfaraday closed 11 years ago
I changed it so it just gives an error if the player couldn't be found.
It's hard to redo all the error checking that @name does intrinsically, and you don't want to go through with the update if the rename failed.
Affected Systems: Staff Globals
Right now +updatename is a two-step process. First you change their name with @name, then you use +updatename. That's pretty silly. It should do both in one step.