mirror of
https://github.com/PepperDash/EssentialsPluginTemplate.git
synced 2026-02-13 19:54:41 +00:00
Made names of classes more consistent internally
Removed obsolete references
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user