You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
diag_log(name _unit + " has joined the game and did JIP? " + str _didJIP);
// Only for JIP to prevent superfluous remoteExecs at mission start. At missionstart, everybody should be registered via regular postInit.
if (_didJIP) exitWith {[[_unit]] remoteExecCall ["shellTracker_fnc_initTracker"] }; // Gotta tell everyone to update their trackers, so new/JIP players also get tracked.