Bug: Supplied fix for dupe_check function

This commit is contained in:
Vatiken 2013-01-16 00:39:22 +00:00
parent 9f923bae24
commit 09b37d07f5

View file

@ -1184,6 +1184,9 @@ static bool perform_new_char_dupe_check(struct descriptor_data *d)
if (k == d)
continue;
if (k->character == NULL)
continue;
/* Do the player names match? */
if (!strcmp(GET_NAME(k->character), GET_NAME(d->character))) {
/* Check the other character is still in creation? */