Fix compilation on older versions

This commit is contained in:
s809
2024-09-06 00:12:09 +05:00
parent 52f1aed124
commit f8bb35cb2b
@@ -322,7 +322,7 @@ public class MinecraftClientWrapper implements IMinecraftClientWrapper, IMinecra
@Override
public boolean isWorldInitialized()
{
throw new NotImplementedException();
throw new NotImplementedException("TODO");
}
}