This commit is contained in:
Anuken
2022-04-28 17:09:34 -04:00
parent 12130c7a61
commit 7e665d376e
3 changed files with 2 additions and 4 deletions

View File

@@ -191,8 +191,7 @@ public final class FogControl implements CustomChunk{
loadedStatic = true;
}
//not run clientside, the CPU side isn't needed here.
if(staticFogThread == null && !net.client()){
if(staticFogThread == null){
staticFogThread = new StaticFogThread();
staticFogThread.setPriority(Thread.NORM_PRIORITY - 1);
staticFogThread.setDaemon(true);