Replaced ExEnterWorld SERVER_ID configuration with MAX_FREE_TELEPORT_LEVEL.
Contributed by dontknowdontcare.
This commit is contained in:
@@ -49,7 +49,7 @@ public class ExEnterWorld implements IClientOutgoingPacket
|
|||||||
packet.writeD(_epochInSeconds);
|
packet.writeD(_epochInSeconds);
|
||||||
packet.writeD(-_zoneIdOffsetSeconds);
|
packet.writeD(-_zoneIdOffsetSeconds);
|
||||||
packet.writeD(_daylight);
|
packet.writeD(_daylight);
|
||||||
packet.writeD(Config.SERVER_ID);
|
packet.writeD(Config.MAX_FREE_TELEPORT_LEVEL);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
@@ -49,7 +49,7 @@ public class ExEnterWorld implements IClientOutgoingPacket
|
|||||||
packet.writeD(_epochInSeconds);
|
packet.writeD(_epochInSeconds);
|
||||||
packet.writeD(-_zoneIdOffsetSeconds);
|
packet.writeD(-_zoneIdOffsetSeconds);
|
||||||
packet.writeD(_daylight);
|
packet.writeD(_daylight);
|
||||||
packet.writeD(Config.SERVER_ID);
|
packet.writeD(Config.MAX_FREE_TELEPORT_LEVEL);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
@@ -49,7 +49,7 @@ public class ExEnterWorld implements IClientOutgoingPacket
|
|||||||
packet.writeD(_epochInSeconds);
|
packet.writeD(_epochInSeconds);
|
||||||
packet.writeD(-_zoneIdOffsetSeconds);
|
packet.writeD(-_zoneIdOffsetSeconds);
|
||||||
packet.writeD(_daylight);
|
packet.writeD(_daylight);
|
||||||
packet.writeD(Config.SERVER_ID);
|
packet.writeD(Config.MAX_FREE_TELEPORT_LEVEL);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
@@ -49,7 +49,7 @@ public class ExEnterWorld implements IClientOutgoingPacket
|
|||||||
packet.writeD(_epochInSeconds);
|
packet.writeD(_epochInSeconds);
|
||||||
packet.writeD(-_zoneIdOffsetSeconds);
|
packet.writeD(-_zoneIdOffsetSeconds);
|
||||||
packet.writeD(_daylight);
|
packet.writeD(_daylight);
|
||||||
packet.writeD(Config.SERVER_ID);
|
packet.writeD(Config.MAX_FREE_TELEPORT_LEVEL);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
@@ -49,7 +49,7 @@ public class ExEnterWorld implements IClientOutgoingPacket
|
|||||||
packet.writeD(_epochInSeconds);
|
packet.writeD(_epochInSeconds);
|
||||||
packet.writeD(-_zoneIdOffsetSeconds);
|
packet.writeD(-_zoneIdOffsetSeconds);
|
||||||
packet.writeD(_daylight);
|
packet.writeD(_daylight);
|
||||||
packet.writeD(Config.SERVER_ID);
|
packet.writeD(Config.MAX_FREE_TELEPORT_LEVEL);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
@@ -49,7 +49,7 @@ public class ExEnterWorld implements IClientOutgoingPacket
|
|||||||
packet.writeD(_epochInSeconds);
|
packet.writeD(_epochInSeconds);
|
||||||
packet.writeD(-_zoneIdOffsetSeconds);
|
packet.writeD(-_zoneIdOffsetSeconds);
|
||||||
packet.writeD(_daylight);
|
packet.writeD(_daylight);
|
||||||
packet.writeD(Config.SERVER_ID);
|
packet.writeD(Config.MAX_FREE_TELEPORT_LEVEL);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
@@ -49,7 +49,7 @@ public class ExEnterWorld implements IClientOutgoingPacket
|
|||||||
packet.writeD(_epochInSeconds);
|
packet.writeD(_epochInSeconds);
|
||||||
packet.writeD(-_zoneIdOffsetSeconds);
|
packet.writeD(-_zoneIdOffsetSeconds);
|
||||||
packet.writeD(_daylight);
|
packet.writeD(_daylight);
|
||||||
packet.writeD(Config.SERVER_ID);
|
packet.writeD(Config.MAX_FREE_TELEPORT_LEVEL);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
@@ -49,7 +49,7 @@ public class ExEnterWorld implements IClientOutgoingPacket
|
|||||||
packet.writeD(_epochInSeconds);
|
packet.writeD(_epochInSeconds);
|
||||||
packet.writeD(-_zoneIdOffsetSeconds);
|
packet.writeD(-_zoneIdOffsetSeconds);
|
||||||
packet.writeD(_daylight);
|
packet.writeD(_daylight);
|
||||||
packet.writeD(Config.SERVER_ID);
|
packet.writeD(Config.MAX_FREE_TELEPORT_LEVEL);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
@@ -49,7 +49,7 @@ public class ExEnterWorld implements IClientOutgoingPacket
|
|||||||
packet.writeD(_epochInSeconds);
|
packet.writeD(_epochInSeconds);
|
||||||
packet.writeD(-_zoneIdOffsetSeconds);
|
packet.writeD(-_zoneIdOffsetSeconds);
|
||||||
packet.writeD(_daylight);
|
packet.writeD(_daylight);
|
||||||
packet.writeD(Config.SERVER_ID);
|
packet.writeD(Config.MAX_FREE_TELEPORT_LEVEL);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
@@ -49,7 +49,7 @@ public class ExEnterWorld implements IClientOutgoingPacket
|
|||||||
packet.writeD(_epochInSeconds);
|
packet.writeD(_epochInSeconds);
|
||||||
packet.writeD(-_zoneIdOffsetSeconds);
|
packet.writeD(-_zoneIdOffsetSeconds);
|
||||||
packet.writeD(_daylight);
|
packet.writeD(_daylight);
|
||||||
packet.writeD(Config.SERVER_ID);
|
packet.writeD(Config.MAX_FREE_TELEPORT_LEVEL);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user