Merge pull request #3 from Deveducer/patch-1
People may think the server needs the mods to continue and not the clien...
This commit is contained in:
commit
2946e50ca5
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ public class GuiMissingMods extends GuiScreen
|
|||
public void drawScreen(int i, int j, float f)
|
||||
{
|
||||
drawDefaultBackground();
|
||||
drawCenteredString(fontRenderer, "The server requires the following mods:", width / 2, 50, 0xffffff);
|
||||
drawCenteredString(fontRenderer, "The server requires you to have the following mods:", width / 2, 50, 0xffffff);
|
||||
int y = 0;
|
||||
for (String mod : packet.Mods)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue