diff --git a/source/de/anomic/yacy/yacyClient.java b/source/de/anomic/yacy/yacyClient.java index 899a6d1d7..abeb60bc9 100644 --- a/source/de/anomic/yacy/yacyClient.java +++ b/source/de/anomic/yacy/yacyClient.java @@ -147,7 +147,7 @@ public class yacyClient { * * @see serverCore#portForwardingEnabled */ - if ((!serverCore.portForwardingEnabled) || (otherPeerVersion > (float)0.381)) { + if ((!serverCore.portForwardingEnabled) || (otherPeerVersion > (float)0.383)) { String mytype = (String) result.get("yourtype"); if (mytype == null) mytype = "junior"; if ((yacyCore.seedDB.mySeed.get("PeerType", "junior").equals("principal")) && (mytype.equals("senior"))) mytype = "principal";