Skip to content

Kickban unconnected

Fix some odd behaviour of unconnected clients:

  • Prevent unconnected clients from calling votes (votes are allowed only from world and connected clients)
  • Kickban no longer discards them (IS_CLIENT would return false, but not IS_REAL_CLIENT)
  • At the end of a kickban the kick is enforced

Merge request reports