]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/mutators/mutator/superspec/superspec.qc
Cleanse more of the mutator hooks
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mutators / mutator / superspec / superspec.qc
index c3ce2d27d4402b46bd0828c56540463fd7bac754..9913591af7cc70d2cfb89d6f8318071ae7fc4e61 100644 (file)
@@ -457,7 +457,8 @@ MUTATOR_HOOKFUNCTION(superspec, PlayerDies)
 
 MUTATOR_HOOKFUNCTION(superspec, ClientDisconnect)
 {
-       superspec_save_client_conf();
-       return false;
+       entity player = M_ARGV(0, entity);
+
+       WITHSELF(player, superspec_save_client_conf());
 }
 #endif