forked from kyonshi/grenzland-mud
Changing a player name (using 'set') no longer allows two-word names (thanks Slicer)
This commit is contained in:
@@ -34,6 +34,8 @@ OLC copy and delete options.
|
||||
export (QQ's a zone into a tarball)t
|
||||
Xlist (mlist, olist, rlist, zlist, slist, tlist, qlist)
|
||||
(lots of major bugfixes too)
|
||||
[Apr 06 2009] - Jamdog
|
||||
Bug-Fix: Changing a player name no longer allows two words (thanks Slicer)
|
||||
[Apr 05 2009] - Jamdog
|
||||
Bug-Fix: Now frees memory used by qedit and hedit when closing a socket (Thanks Xiuhtecuhtli)
|
||||
tbaMUD 3.59
|
||||
|
||||
@@ -4528,7 +4528,7 @@ bool change_player_name(struct char_data *ch, struct char_data *vict, char *new_
|
||||
sprintf(buf, "mv %s %s", old_pfile, new_pfile);
|
||||
j = system(buf);
|
||||
|
||||
/* Save the changed player index - the pfile is saved by perform_set, even though it is theorhetically un-necessary in this case */
|
||||
/* Save the changed player index - the pfile is saved by perform_set */
|
||||
save_player_index();
|
||||
|
||||
mudlog(BRF, LVL_IMMORT, TRUE, "(GC) %s changed the name of %s to %s", GET_NAME(ch), old_name, new_name);
|
||||
|
||||
Reference in New Issue
Block a user