This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
NorbiPeti
/
BuildingTools
Watch
1
Star
1
Fork
0
Code
Issues
1
Pull Requests
0
Releases
4
Wiki
Activity
Browse Source
Nothing to see here
tags/v1.2.0
NorbiPeti
4 years ago
parent
ffb7fc7cf9
commit
8ef3b0a8a6
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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();
}
Write
Preview
Loading…
Cancel
Save