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)
  • Bans are enforced on all real clients (even if they aren't fully connected yet)

Merge request reports