summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index e5fa002..ba9f6a5 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -8351,6 +8351,7 @@ static int clif_parse(int fd) {
// �ڑ����؂��Ă��̂Ō��n��
if (!chrif_isconnect() || session[fd]->eof) { // char�I�Ɍq����ĂȂ��Ԃ͐ڑ��֎~ (!chrif_isconnect())
if (sd && sd->state.auth) {
+ pc_logout(sd);
clif_quitsave(fd, sd);
if (sd->status.name != NULL)
printf("Player [%s] has logged off your server.\n", sd->status.name); // Player logout display [Valaris]