Started moving around static methods/fields

This commit is contained in:
Pazaz 2022-04-25 00:49:33 -04:00
parent bed128bd19
commit 6ba1f2f808
305 changed files with 5027 additions and 5075 deletions

View file

@ -370,7 +370,7 @@ public class AudioChannel {
if (local6) {
Static60.thread.stop = true;
while (Static60.thread.running) {
Static231.sleep(50L);
ThreadUtils.sleep(50L);
}
Static60.thread = null;
}