From cc716b796b3280f7cfc6109de03c29029f4e9b2d Mon Sep 17 00:00:00 2001 From: KoopaTroopa Date: Mon, 12 Jul 2021 21:43:22 -0400 Subject: [PATCH] Fixed Save State --- adapted_group_monitor_gmcp.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/adapted_group_monitor_gmcp.xml b/adapted_group_monitor_gmcp.xml index ec667a0..c2890b0 100644 --- a/adapted_group_monitor_gmcp.xml +++ b/adapted_group_monitor_gmcp.xml @@ -9,7 +9,7 @@ purpose="Adapted Aardwolf Group Monitor" date_written="2010-12-13 15:35:02" requires="4.73" - version="2.0" + version="2.3" save_state="y" > @@ -721,7 +721,7 @@ function OnPluginSaveState() SetVariable("show_mv", show_mv) SetVariable("hidden", hidden) SetVariable("colorVals", serialize.save ("colorVals")) - SetVariable("flat_gauges", flat_gauges) + SetVariable("gauge_style", gauge_style) SetVariable("overlay_numbers", overlay_numbers) SetVariable("thresh1active", thresh1active) SetVariable("thresh2active", thresh2active)