[Version 0.7.3.2]
- Actually fixed "><" issue with destMemory
This commit is contained in:
parent
f071567abb
commit
48cb69447d
2
README
2
README
@ -197,6 +197,8 @@ createConflict=Gate conflicts with existing gate
|
|||||||
=============
|
=============
|
||||||
Changes
|
Changes
|
||||||
=============
|
=============
|
||||||
|
[Version 0.7.3.2]
|
||||||
|
- Actually fixed "><" issue with destMemory
|
||||||
[Version 0.7.3.1]
|
[Version 0.7.3.1]
|
||||||
- Hopefully fixed "><" issue with destMemory
|
- Hopefully fixed "><" issue with destMemory
|
||||||
[Version 0.7.3]
|
[Version 0.7.3]
|
||||||
|
@ -506,7 +506,7 @@ public class Portal {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!activate || lastDest.isEmpty()) {
|
if (!Stargate.destMemory || !activate || lastDest.isEmpty()) {
|
||||||
int index = destinations.indexOf(destination);
|
int index = destinations.indexOf(destination);
|
||||||
index += dir;
|
index += dir;
|
||||||
if (index >= destinations.size())
|
if (index >= destinations.size())
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: Stargate
|
name: Stargate
|
||||||
main: net.TheDgtl.Stargate.Stargate
|
main: net.TheDgtl.Stargate.Stargate
|
||||||
version: 0.7.3.1
|
version: 0.7.3.2
|
||||||
description: Stargate mod for Bukkit
|
description: Stargate mod for Bukkit
|
||||||
author: Drakia
|
author: Drakia
|
||||||
website: http://www.thedgtl.net
|
website: http://www.thedgtl.net
|
||||||
|
Loading…
Reference in New Issue
Block a user