diff options
Diffstat (limited to 'src/client.cpp')
-rw-r--r-- | src/client.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client.cpp b/src/client.cpp index 19f3a0937..3ed950101 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -1820,7 +1820,8 @@ void Client::action(const ActionEvent &event) void Client::initFeatures() { features.init(paths.getStringValue("featuresFile"), - UseResman_true); + UseResman_true, + SkipError_true); features.setDefaultValues(getFeaturesDefaults()); settings.fixDeadAnimation = features.getBoolValue("fixDeadAnimation"); } |