aboutsummaryrefslogtreecommitdiff
path: root/muswd.c
diff options
context:
space:
mode:
Diffstat (limited to 'muswd.c')
-rw-r--r--muswd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/muswd.c b/muswd.c
index 472ce39..65c1af0 100644
--- a/muswd.c
+++ b/muswd.c
@@ -67,9 +67,9 @@ dissolveparty(Player *player)
signframe(f, adv->conn->dh.priv);
sendp(egress, f);
- return;
+ goto kickplayer;
}
-
+kickplayer:
/*
* make sure to free the player even if there's no
* party going on.