MinoMino / minqlx

Extends Quake Live's dedicated server with extra functionality and scripting.
GNU General Public License v3.0
110 stars 42 forks source link

fix limiter for spawn_item #88

Closed tjone270 closed 5 years ago

tjone270 commented 5 years ago

Item 0 and lower don't exist, so spawning them shouldn't be an option. Trying to spawn these causes the player client to disconnect with the following error: BG_CanItemBeGrabbed: index out of range

em92 commented 5 years ago

Thanks!