Make certain that GVAR(BodyRemoveTimer) exists

This commit is contained in:
Glowbal 2015-05-05 19:44:44 +02:00
parent d88d71e2b3
commit 9abf8a15c1

View File

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