Set default particle effect on for the local player, as per current and historic behaviour.

This commit is contained in:
esteldunedain 2016-01-19 17:25:14 -03:00
parent 9bcabd081b
commit 5b90fd8b81

View File

@ -9,7 +9,7 @@ class ACE_Settings {
class GVAR(showParticleEffects) {
typeName = "BOOL";
isClientSettable = 1;
value = 0;
value = 1;
displayName = CSTRING(showParticleEffects_displayName);
description = CSTRING(showParticleEffects_description);
};