[Version 0.7.3.1]
- Hopefully fixed "><" issue with destMemory
This commit is contained in:
@ -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();
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user