Skip to content

ConnectAnnounce v1.0.3

Latest

Choose a tag to compare

@Ayrton09 Ayrton09 released this 30 Jun 22:28

ConnectAnnounce v1.0.3

Fixes

  • An admin's connect/disconnect is now announced to the whole server with a red [ADMIN] line, so everyone knows an admin is on.
  • Admin status is resolved by SteamID instead of the player controller. The controller permission check returns false until the player is fully connected, which is not guaranteed at authorization time, so a connecting admin used to be announced with the normal message. This is now fixed.
  • ShowEnhancedToAdmins is enabled by default.

New

  • Configurable AdminFlag in ConnectAnnounceConfig.json (default @css/generic). Set it to the flag your admins actually have (e.g. @css/ban). Players with @css/root always count as admin.

Hardening

  • Player names can no longer inject placeholders such as {PLAYERIP} or {STEAMID} (placeholders are now substituted in a single pass).
  • GeoIP lookups tolerate a corrupt GeoLite2-City.mmdb instead of failing the announcement.