libplctag / libplctag.NET

A .NET wrapper for libplctag.
https://libplctag.github.io/
Mozilla Public License 2.0
194 stars 50 forks source link

Fix logic error when getting DebugLevel #353

Closed timyhac closed 8 months ago

timyhac commented 8 months ago

The logic should have been if NOT initialized, then get field, otherwise GetDebugLevel - but there is no need to resort to getting debug level because the local field value is always correct.