lobby adv messagfe

This commit is contained in:
Chiss 2013-09-02 15:47:08 +10:00
parent d5fd95c53b
commit ee20174d80
1 changed files with 3 additions and 3 deletions

View File

@ -517,9 +517,9 @@ public class GameLobbyManager implements IPacketRunnable, Listener
}
else if (_advertiseStage == 1)
{
WriteAdvertiseLine("BRIDGE ULTRA RANK", 0, 159, (byte)4);
WriteAdvertiseLine("UNLOCKS EVERY KIT", 1, 159, (byte)15);
WriteAdvertiseLine("IN THE BRIDGES", 2, 159, (byte)15);
WriteAdvertiseLine("GAME ULTRA RANKS", 0, 159, (byte)4);
WriteAdvertiseLine("UNLOCK EVERY KIT", 1, 159, (byte)15);
WriteAdvertiseLine("IN THAT GAME", 2, 159, (byte)15);
WriteAdvertiseLine("www.mineplex.com", 4, 159, (byte)15);
}