Jump to content
Sign in to follow this  
fn_Quiksilver

[RESOLVED] BIS_fnc_feedbackMain runs on dedi (MP locality)

Recommended Posts

A3\functions\feedback\feedbackmain.fsm 

 

BIS_fnc_feedbackMain

 

 

its all client stuff, yet I find it running on dedicated server in MP.

 

// diag_log str diag_activeMissionFSMs

"[["fn_feedbackMain","START",-661.433]]"

 

 

Seems like its getting stuck at this check:

!isnull player
&&
BIS_fnc_feedback_allowPP

Needs an isDedicated check, because we want it to run on host server, but not on dedicated server.

 

Also a !hasInterface check, because we don't want this system running on a headless client.

 

 

EDIT: 

 

Fixed for 1.58

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×