]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/mutators/base.qh
Remove a redundant mutator hook
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / base.qh
index 0b07a933765ed429345b264456c5299951aa8109..29797d7a04d622c7f5207f4770ef93988b48aa91 100644 (file)
@@ -232,12 +232,6 @@ MUTATOR_HOOKABLE(Item_RespawnCountdown);
        // INPUT+OUTPUT:
        string item_name;
        vector item_color;
-       
-MUTATOR_HOOKABLE(Item_GiveTo);
-       // called when an item is given to a player
-       entity giveitem;
-       float player_wswitch;
-       float player_pickedup;
                
 MUTATOR_HOOKABLE(BotShouldAttack);
        // called when a bot checks a target to attack