MinoMino / minqlx

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

team_switch event not working for bots? #85

Closed githubflub closed 5 years ago

githubflub commented 5 years ago
  1. Bot connects.
  2. Bot tries to join.
  3. team_switch_attempt's player arg has the expected player: Bones
  4. team_switch's player arg does not have the expected player: Bones. Instead, it has a non-bot player.

How to fix?

em92 commented 5 years ago

Sorry for the delay. Currently busy last days.

Will reproduce and debug it later, when I have time

githubflub commented 5 years ago

No problem! I appreciate that you would still work on this even in 2019. This bug was just making it harder to test my own plugins with bots. However, I was able to get the plugin to work anyway, so there's no rush to fix this bug!

em92 commented 5 years ago

Fixed in commit above. Haven't released new version of minqlx yet, but if you still need it, replace your minqlx.zip file with this one. minqlx.zip

Thanks for report!