From 3692d412fab08d6c7c063007ca24de10d476806c Mon Sep 17 00:00:00 2001 From: CloneTrooper1019 Date: Tue, 29 Jan 2019 03:51:24 -0600 Subject: [PATCH] Github forgot to commit this line...? --- Core/Instance.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Core/Instance.cs b/Core/Instance.cs index 4bed088..fc06157 100644 --- a/Core/Instance.cs +++ b/Core/Instance.cs @@ -104,6 +104,7 @@ namespace Roblox { Property property = null; + var query = Properties.Where((prop) => prop.Name.ToLower() == propertyName.ToLower()); if (query.Count() > 0) property = query.First();