mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Use isNil for better future compatiblity
This commit is contained in:
parent
360bdcb50e
commit
43a9865fa2
@ -7,8 +7,7 @@ GVAR(camera) = objNull;
|
||||
|
||||
0 = 0 spawn {
|
||||
// Workarround for the ThreeDen Editor Camera
|
||||
//ToDo: verify if command will exist in 1.56 release
|
||||
if (((productVersion select 2) >= 155) && {is3DEN}) exitWith {
|
||||
if ((!isNil {is3DEN}) && {is3DEN}) exitWith {
|
||||
ACE_LOGINFO("Eden detected: disabling Optics PIP Camera");
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user