Cookoff- Damage handling disabled by default (#6264)

This commit is contained in:
PabstMirror 2018-04-13 23:09:16 -05:00 committed by GitHub
parent 6a4f2b1fda
commit 5d039b72d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ class ACE_Settings {
category = CSTRING(displayName);
displayName = CSTRING(enable_name);
description = CSTRING(enable_tooltip);
value = 1;
value = 0;
typeName = "BOOL";
};
class GVAR(enableAmmobox) {