]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/w_hook.qc
Fix/clean/change some things
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / w_hook.qc
index f07ec07ca655a5bd94ac6afd4faa4bd6b64d8155..10a327cdb57d9486f06e987d9562eaeb0255e23b 100644 (file)
@@ -266,9 +266,13 @@ float w_hook(float req)
                self.hook_refire = time;
        }
        else if (req == WR_SUICIDEMESSAGE)
+       {
                return FALSE;
+       }
        else if (req == WR_KILLMESSAGE)
+       {
                return WEAPON_HOOK_MURDER;
+       }
        return TRUE;
 }
 #endif