Fix compilation on older versions
This commit is contained in:
+1
-1
@@ -322,7 +322,7 @@ public class MinecraftClientWrapper implements IMinecraftClientWrapper, IMinecra
|
||||
@Override
|
||||
public boolean isWorldInitialized()
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
throw new NotImplementedException("TODO");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user