Skip to content

OnClientFullyConnect listener doesn't trigger (TF2 on Linux) #167

@quartata

Description

@quartata

Title.

Verified with this snippet on TF2 + Linux:

from core import echo_console
from listeners import OnClientConnect, OnClientFullyConnect

@OnClientConnect
def report_connect(*args):
  echo_console("connected")

@OnClientFullyConnect
def report_fullyconnect(index):
  echo_console("fully connected")

connected is displayed, but no fully connected.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions