Browse Source

Nothing to see here

tags/v1.2.0
NorbiPeti 3 years ago
parent
commit
8ef3b0a8a6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      BuildingTools/NoClipCommand.cs

+ 1
- 1
BuildingTools/NoClipCommand.cs View File

@@ -57,7 +57,7 @@ namespace BuildingTools

public void Toggle()
{
if (_enabled) Enable();
if (!_enabled) Enable();
else Disable();
}



Loading…
Cancel
Save