Fuuuu- Some code got undid and broke everything. Fixed.
This commit is contained in:
@ -277,7 +277,7 @@ public class Portal {
|
||||
Blox exit = getReverseExits().get(position);
|
||||
// Workaround for different size gates. Just drop them at the first exit block.
|
||||
if (exit == null) {
|
||||
exit = (Blox)getReverseExits().values();
|
||||
exit = (Blox)getReverseExits().values().toArray()[0];
|
||||
}
|
||||
|
||||
if (exit != null) {
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: Stargate
|
||||
main: net.TheDgtl.Stargate.Stargate
|
||||
version: 0.10
|
||||
version: 0.11
|
||||
description: Stargate mod for Bukkit
|
||||
author: Drakia
|
||||
website: http://www.thedgtl.net
|
Reference in New Issue
Block a user