Nothing to see here
This commit is contained in:
parent
ffb7fc7cf9
commit
8ef3b0a8a6
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ namespace BuildingTools
|
|||
|
||||
public void Toggle()
|
||||
{
|
||||
if (_enabled) Enable();
|
||||
if (!_enabled) Enable();
|
||||
else Disable();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue