Autostart error fixed

This commit is contained in:
Jens
2023-01-16 23:44:28 +01:00
parent 52edfa32df
commit a9646cbf28
4 changed files with 12 additions and 5 deletions

View File

@ -494,7 +494,7 @@ public class PointOfInterest implements Comparable<PointOfInterest>
Check for change of rule name END
*/
if (plausibilityCheck())
if(plausibilityCheck())
{
Miscellaneous.logEvent("i", "Changing POI", "Old name: " + this.oldName + ", new data: " + this.toStringLong(), 3);