Made names of classes more consistent internally

Removed obsolete references
This commit is contained in:
Trevor Payne
2022-07-20 16:48:50 -05:00
parent 0cf654ce2d
commit 57a265d27f
4 changed files with 7 additions and 7 deletions

View File

@@ -211,7 +211,7 @@ namespace EssentialsPluginTemplate
Debug.Console(1, "[{0}] Factory Attempting to create new device from type: {1}", dc.Key, dc.Type);
// get the plugin device properties configuration object & check for null
var propertiesConfig = dc.Properties.ToObject<EssentialsPluginConfigObjectTemplate>();
var propertiesConfig = dc.Properties.ToObject<EssentialsPluginTemplateConfigObject>();
if (propertiesConfig == null)
{
Debug.Console(0, "[{0}] Factory: failed to read properties config for {1}", dc.Key, dc.Name);