Nothing to see here

This commit is contained in:
Norbi Peti 2020-12-31 03:08:21 +01:00
parent ffb7fc7cf9
commit 8ef3b0a8a6

View file

@ -57,7 +57,7 @@ namespace BuildingTools
public void Toggle() public void Toggle()
{ {
if (_enabled) Enable(); if (!_enabled) Enable();
else Disable(); else Disable();
} }