From 2a4cf32fb1e0f47ae9a62e9ec539d751fb56f2f6 Mon Sep 17 00:00:00 2001 From: MOARdV Date: Fri, 9 Mar 2018 14:02:54 -0600 Subject: [PATCH] Fix missing closing brace --- .../Library/Props/IndicatorPanelReplacement/prop.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/GameData/JSI/RasterPropMonitor/Library/Props/IndicatorPanelReplacement/prop.cfg b/GameData/JSI/RasterPropMonitor/Library/Props/IndicatorPanelReplacement/prop.cfg index 4f58383d..ae39b396 100644 --- a/GameData/JSI/RasterPropMonitor/Library/Props/IndicatorPanelReplacement/prop.cfg +++ b/GameData/JSI/RasterPropMonitor/Library/Props/IndicatorPanelReplacement/prop.cfg @@ -137,5 +137,6 @@ PROP flashingDelay = 0.3 threshold = 0.5,1.1 } + } }