I'm using initplayerserver.sqf to track login of players. The argument (player:object) isn't submitted anymore each time. Seems to work only now and then since last update.
Description
Description
Details
Details
- Legacy ID
- 1816295902
- Severity
- None
- Resolution
- Open
- Reproducibility
- Sometimes
- Category
- Scripting
Steps To Reproduce
using this line to track this:
_unit = _this;
diag_log format["arguments: %1",_unit];
Affects only JIP players as my headless client works every time.
btw. argument: JIP works every time.
result in server log
"arguments: [<NULL-object>,true]"
Additional Information
Before it has been submitted each time a player has joined the mission or moving back to the lobby and join the mission again.
No problems occured till 1.12.115.915