Changed default redis ip to new us redis.
Changed previous server to gold text when sending to new server.
This commit is contained in:
parent
f0ce43ca5a
commit
47099a0b20
@ -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));
|
||||
}
|
||||
}
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user