Oops, I broke water gates

This commit is contained in:
Steven Scott 2013-02-03 21:43:41 -08:00
parent 4bac9dcd11
commit 37243b569e
3 changed files with 3 additions and 2 deletions

2
README
View File

@ -215,6 +215,8 @@ Bukkit Issue: Stargate will randomly NPE when drawing a sign. Long-standing Bukk
=============
Changes
=============
[Version 0.7.9.4]
- Fixed an issue where water gates broke, oops
[Version 0.7.9.3]
- Update BungeeCord integration for b152+
[Version 0.7.9.2]

View File

@ -1104,7 +1104,6 @@ public class Stargate extends JavaPlugin {
@EventHandler
public void onBlockFromTo(BlockFromToEvent event) {
if (!Stargate.protectEntrance) return;
Portal portal = Portal.getByEntrance(event.getBlock());
if (portal != null) {

View File

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