From d5cf020038c03bcc34294653772532e9fdf2ca09 Mon Sep 17 00:00:00 2001 From: Chomp Date: Tue, 22 Feb 2022 11:55:16 +0000 Subject: [PATCH] Fix annoying parse errors --- Common.Models/Input/Settings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common.Models/Input/Settings.cs b/Common.Models/Input/Settings.cs index 5e91fa2..6201173 100644 --- a/Common.Models/Input/Settings.cs +++ b/Common.Models/Input/Settings.cs @@ -191,7 +191,7 @@ namespace Common.Models.Input public string parentId { get; set; } public string slotId { get; set; } public Upd upd { get; set; } - public Location location { get; set; } + public object location { get; set; } } public class FastPanel