[Version 0.7.3.1]

- Hopefully fixed "><" issue with destMemory
This commit is contained in:
Steven Scott 2011-12-05 19:09:00 -08:00
parent cd69ac7c8a
commit f071567abb
3 changed files with 4 additions and 2 deletions

2
README
View File

@ -197,6 +197,8 @@ createConflict=Gate conflicts with existing gate
=============
Changes
=============
[Version 0.7.3.1]
- Hopefully fixed "><" issue with destMemory
[Version 0.7.3]
- Lava and water gates no longer destroy on reload
- "sg reload" now closes gates before reloading

View File

@ -451,7 +451,7 @@ public class Portal {
destinations.add(portal.getName());
}
}
if (Stargate.destMemory && destinations.contains(lastDest)) {
if (Stargate.destMemory && !lastDest.isEmpty() && destinations.contains(lastDest)) {
destination = lastDest;
}
drawSign();

View File

@ -1,6 +1,6 @@
name: Stargate
main: net.TheDgtl.Stargate.Stargate
version: 0.7.3
version: 0.7.3.1
description: Stargate mod for Bukkit
author: Drakia
website: http://www.thedgtl.net