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))