mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-01-29 04:14:46 +00:00
fix: use correct quotes
This commit is contained in:
@@ -50,7 +50,7 @@ namespace PepperDash.Core
|
||||
public Device(string key)
|
||||
{
|
||||
Key = key;
|
||||
if (key.Contains('.')) Debug.LogMessage(LogEventLevel.Information, "WARNING: Device key should not include '.'", this);
|
||||
if (key.Contains(".")) Debug.LogMessage(LogEventLevel.Information, "WARNING: Device key should not include '.'", this);
|
||||
Name = "";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user