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:
MinecraftForge 2012-02-24 12:45:41 -08:00
commit 2946e50ca5

View file

@ -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)
{