Qualify some (remapped) field references which the preprocesser ignored

The preprocessor should have complained about these but it didn't for
some reason. This commit isn't fixing any imminent bug, it's just
precautionary (and required to compile once the preprocessor is fixed).
This commit is contained in:
Jonas Herzig
2019-06-17 12:04:13 +02:00
parent 679e4805a0
commit 357501e5db
2 changed files with 4 additions and 4 deletions

View File

@@ -585,7 +585,7 @@ public class ReplayHandler {
//$$ public void drawScreen(int mouseX, int mouseY, float partialTicks) {
//#endif
renderDirtBackground(0);
drawCenteredString(minecraft.textRenderer, I18n.translate("replaymod.gui.pleasewait"),
drawCenteredString(this.minecraft.textRenderer, I18n.translate("replaymod.gui.pleasewait"),
width / 2, height / 2, 0xffffffff);
}
};