Equal was notted accidentally
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ public class MixinLightmap
|
||||
// since the light map is always updated on the client render thread we should be able to access the client level at the same time
|
||||
IMinecraftClientWrapper mc = SingletonInjector.INSTANCE.get(IMinecraftClientWrapper.class);
|
||||
if (
|
||||
mc != null &&
|
||||
mc == null &&
|
||||
mc.getWrappedClientLevel() == null
|
||||
)
|
||||
return;
|
||||
|
||||
+1
-1
@@ -29,7 +29,7 @@ public class MixinLightmap
|
||||
// since the light map is always updated on the client render thread we should be able to access the client level at the same time
|
||||
IMinecraftClientWrapper mc = SingletonInjector.INSTANCE.get(IMinecraftClientWrapper.class);
|
||||
if (
|
||||
mc != null &&
|
||||
mc == null &&
|
||||
mc.getWrappedClientLevel() == null
|
||||
)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user