i tried to override a few functions in the mission, most of them worked except one:
override void OnClientDisconnectedEvent(PlayerIdentity identity, PlayerBase player, int queueTime, bool authFailed) { super.OnClientDisconnectedEvent(identity, player, queueTime, authFailed); }
it said it cannot find the variable "queueTime" in the super statement, even if it is supplied by the function.
the mission is extending missionBase.