This website works better with JavaScript.
Home
Explore
Help
Sign In
DaNike
/
BeatSaber-IPA-Reloaded
mirror of
https://github.com/bsmg/BeatSaber-IPA-Reloaded.git
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
78
Wiki
Activity
Browse Source
sleeping inside wrong loop
refactor
3.7.2
artman41
6 years ago
parent
c99d142a70
commit
d673799333
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
IllusionPlugin/Logger.cs
+ 1
- 1
IllusionPlugin/Logger.cs
View File
@ -85,8 +85,8 @@ namespace IllusionPlugin {
_watcherThread
.
IsBackground
=
true
;
}
Thread
.
Sleep
(
5
)
;
}
Thread
.
Sleep
(
5
)
;
}
void
Start
(
)
=
>
_watcherThread
.
Start
(
)
;
Write
Preview
Loading…
Cancel
Save