mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Cookoff- Damage handling disabled by default (#6264)
This commit is contained in:
parent
6a4f2b1fda
commit
5d039b72d6
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user