mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
View Restriction - Handle thirdPersonView difficulty setting correctly (#9734)
This commit is contained in:
parent
a684e874fb
commit
686c252beb
@ -19,7 +19,7 @@ if !(hasInterface) exitWith {};
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Exit if third person view is not available
|
// Exit if third person view is not available
|
||||||
if (difficultyOption "thirdPersonView" == 0) exitWith {
|
if (difficultyOption "thirdPersonView" != 1) exitWith {
|
||||||
WARNING("View Restriction is enabled, but 3rd person is disabled with server difficulty.");
|
WARNING("View Restriction is enabled, but 3rd person is disabled with server difficulty.");
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user