diff --git a/README b/README index 3ad7c23..ba53e5d 100644 --- a/README +++ b/README @@ -197,6 +197,8 @@ createConflict=Gate conflicts with existing gate ============= Changes ============= +[Version 0.7.3.2] + - Actually fixed "><" issue with destMemory [Version 0.7.3.1] - Hopefully fixed "><" issue with destMemory [Version 0.7.3] diff --git a/src/net/TheDgtl/Stargate/Portal.java b/src/net/TheDgtl/Stargate/Portal.java index 28b2b07..207604e 100644 --- a/src/net/TheDgtl/Stargate/Portal.java +++ b/src/net/TheDgtl/Stargate/Portal.java @@ -506,7 +506,7 @@ public class Portal { return; } - if (!activate || lastDest.isEmpty()) { + if (!Stargate.destMemory || !activate || lastDest.isEmpty()) { int index = destinations.indexOf(destination); index += dir; if (index >= destinations.size()) diff --git a/src/plugin.yml b/src/plugin.yml index d33b25d..397fce2 100644 --- a/src/plugin.yml +++ b/src/plugin.yml @@ -1,6 +1,6 @@ name: Stargate main: net.TheDgtl.Stargate.Stargate -version: 0.7.3.1 +version: 0.7.3.2 description: Stargate mod for Bukkit author: Drakia website: http://www.thedgtl.net