diff options
Diffstat (limited to 'src/char/char.c')
-rw-r--r-- | src/char/char.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/char/char.c b/src/char/char.c index cb490e113..50f796cf5 100644 --- a/src/char/char.c +++ b/src/char/char.c @@ -3602,9 +3602,6 @@ int parse_char(int fd) { WFIFOSET(map_fd, WFIFOW(map_fd,2)); } set_char_online(i, cd->char_id, cd->account_id); - //Sets char online in the party and breaks even share if needed. - inter_party_logged(cd->party_id, cd->account_id, cd->char_id); - auth_fifo_pos++; } break; |