Equal was notted accidentally

This commit is contained in:
coolGi
2023-11-03 23:05:59 +10:30
parent ee867e972f
commit 04ee9d58bc
2 changed files with 2 additions and 2 deletions
@@ -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;
@@ -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;