Innocenty Enikeew 5 年 前
コミット
eaec78f7ce
1 ファイル変更2 行追加2 行削除
  1. 2 2
      plugins/q3a.lisp

+ 2 - 2
plugins/q3a.lisp

@@ -143,8 +143,8 @@
                    (push kill (player-kills killer))
                    (on-kill killer kill))))
         (:exit (progn
-                 (setf (game-is-active *game*) nil)
-                 (on-exit)))
+                 (on-exit)
+                 (setf (game-is-active *game*) nil)))
         (:shutdowngame (loop for player across (game-players *game*)
                           do (setf (player-kills player) nil))))))
   (values))