Advertisement
Guest User

Untitled

a guest
Feb 19th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. if (this.hasNetworking() || this.isBuycraftServer()) {
  2. try {
  3. String jedisConfig = System.getProperty("jedisConfig", "pool1");
  4. this.redisManager = new RedisCentralListener(JedisConfig.fromString(jedisConfig));
  5. } catch (Exception var5) {
  6. var5.printStackTrace();
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement