Oops, I broke water gates
This commit is contained in:
parent
4bac9dcd11
commit
37243b569e
2
README
2
README
@ -215,6 +215,8 @@ Bukkit Issue: Stargate will randomly NPE when drawing a sign. Long-standing Bukk
|
|||||||
=============
|
=============
|
||||||
Changes
|
Changes
|
||||||
=============
|
=============
|
||||||
|
[Version 0.7.9.4]
|
||||||
|
- Fixed an issue where water gates broke, oops
|
||||||
[Version 0.7.9.3]
|
[Version 0.7.9.3]
|
||||||
- Update BungeeCord integration for b152+
|
- Update BungeeCord integration for b152+
|
||||||
[Version 0.7.9.2]
|
[Version 0.7.9.2]
|
||||||
|
@ -1104,7 +1104,6 @@ public class Stargate extends JavaPlugin {
|
|||||||
|
|
||||||
@EventHandler
|
@EventHandler
|
||||||
public void onBlockFromTo(BlockFromToEvent event) {
|
public void onBlockFromTo(BlockFromToEvent event) {
|
||||||
if (!Stargate.protectEntrance) return;
|
|
||||||
Portal portal = Portal.getByEntrance(event.getBlock());
|
Portal portal = Portal.getByEntrance(event.getBlock());
|
||||||
|
|
||||||
if (portal != null) {
|
if (portal != null) {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: Stargate
|
name: Stargate
|
||||||
main: net.TheDgtl.Stargate.Stargate
|
main: net.TheDgtl.Stargate.Stargate
|
||||||
version: 0.7.9.3
|
version: 0.7.9.4
|
||||||
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