Ideal Behaviour
Vehicles with the following code should pull a predefined PI config if available:
HasPhoton = true, Photon = "PHOTON_INHERIT"
Actual Behaviour
Currently this script will prevent a photon config from using a predefined PI config. Currently this code actually needs to be removed in order to utilize the PI config without referencing it directly as seen below:
HasPhoton = true, Photon = "sgm_fpiu20"
Ideal Behaviour
Vehicles with the following code should pull a predefined PI config if available:
HasPhoton = true, Photon = "PHOTON_INHERIT"Actual Behaviour
Currently this script will prevent a photon config from using a predefined PI config. Currently this code actually needs to be removed in order to utilize the PI config without referencing it directly as seen below:
HasPhoton = true, Photon = "sgm_fpiu20"