1
0
Innocenty Enikeew 5 vuotta sitten
vanhempi
commit
eaec78f7ce
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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))