mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Make certain that GVAR(BodyRemoveTimer) exists
This commit is contained in:
parent
d88d71e2b3
commit
9abf8a15c1
@ -26,4 +26,8 @@ class ACE_Settings {
|
||||
value = 1;
|
||||
typeName = "BOOL";
|
||||
};
|
||||
class GVAR(BodyRemoveTimer) {
|
||||
value = 0;
|
||||
typeName = "SCALAR";
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user