Spall off by default.

This commit is contained in:
jaynus 2015-05-14 08:30:06 -07:00
parent 035277aafc
commit 92799719b6

View File

@ -9,7 +9,7 @@ class ACE_Settings {
displayName = "$STR_ACE_frag_EnableSpall";
description = "$STR_ACE_frag_EnableSpall_Desc";
typeName = "BOOL";
value = 1;
value = 0;
};
class GVAR(maxTrack) {
displayName = "$STR_ACE_frag_MaxTrack";