Changed default redis ip to new us redis.

Changed previous server to gold text when sending to new server.
This commit is contained in:
Jonathan Williams 2015-06-12 15:45:54 -05:00
parent f0ce43ca5a
commit 47099a0b20
2 changed files with 2 additions and 2 deletions

View File

@ -218,6 +218,6 @@ public class Portal extends MiniPlugin
UtilPlayer.message(
player,
F.main(getName(), "You have been sent from " + _serverName + " to " + C.cGold + serverName));
F.main(getName(), "You have been sent from " + C.cGold + _serverName + C.cGray + " to " + C.cGold + serverName));
}
}

View File

@ -9,7 +9,7 @@ import mineplex.serverdata.servers.ConnectionData;
public class RedisConfig
{
// Failsafe values in case configuration is not provided
private static final String DEFAULT_IP = "10.33.53.16";
private static final String DEFAULT_IP = "10.3.203.80";
private static final int DEFAULT_PORT = 6379;
private static Random random = new Random(); // Utility random