]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/items/item/pickup.qc
Increase tracewalk destination height to include player's height; it fixes bots not...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / items / item / pickup.qc
1 #include "pickup.qh"
2
3 #ifdef SVQC
4 bool ITEM_HANDLE(Pickup, entity this, entity item, entity player) {
5     return this.giveTo(this, item, player);
6 }
7 #endif