Essentials
Essentials copied to clipboard
[BUG]-C2NIoControllerFactory incorrect type reference
Was this bug identified in a specific build version? Essentials x.y.z
Describe the bug C2NIoControllerFactory type reference is configured to as C2nRthsCOntroller
Additional context We are not aware that the incorrect factory type reference has presented any issues but needs to be updated to implement the correct factory type.
Code Snippet
public class C2NIoControllerFactory : EssentialsDeviceFactory<C2nRthsController>
{}