Github forgot to commit this line...?

This commit is contained in:
CloneTrooper1019 2019-01-29 03:51:24 -06:00
parent 08c5032ca8
commit 3692d412fa

View File

@ -104,6 +104,7 @@ namespace Roblox
{ {
Property property = null; Property property = null;
var query = Properties.Where((prop) => prop.Name.ToLower() == propertyName.ToLower());
if (query.Count() > 0) if (query.Count() > 0)
property = query.First(); property = query.First();