Convert all true/false in configs to 0/1 (#8095)

This commit is contained in:
PabstMirror
2021-02-07 21:14:45 -06:00
committed by GitHub
parent 7a65acdc15
commit b50a49c287
11 changed files with 12 additions and 14 deletions

View File

@ -7,7 +7,7 @@ class RscTitles{
onUnload = "uiNamespace setVariable ['ACE_Goggles_Display', displayNull]";
fadeIn=0.5;
fadeOut=0.5;
movingEnable = false;
movingEnable = 0;
duration = 10e10;
name = "RscACE_Goggles_BaseTitle";
class controls;