mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
ACE_Settings: do not load client settings on dedi servers or HC
This commit is contained in:
parent
1717d75a20
commit
1b9d0aa635
@ -2,7 +2,9 @@
|
||||
#include "script_component.hpp"
|
||||
|
||||
// Load settings from profile
|
||||
call FUNC(loadSettingsFromProfile);
|
||||
if (hasInterface) then {
|
||||
call FUNC(loadSettingsFromProfile);
|
||||
};
|
||||
|
||||
// Listens for global "SettingChanged" events, to update the force status locally
|
||||
["SettingChanged", {
|
||||
|
Loading…
Reference in New Issue
Block a user