1
0
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:
Glowbal 2015-05-05 19:44:44 +02:00
parent d88d71e2b3
commit 9abf8a15c1

@ -26,4 +26,8 @@ class ACE_Settings {
value = 1;
typeName = "BOOL";
};
class GVAR(BodyRemoveTimer) {
value = 0;
typeName = "SCALAR";
};
};