Fixed for older versions

This commit is contained in:
Alastair 2017-05-19 06:31:21 +01:00
parent 221bee9613
commit e6ebcef28a
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
main: com.sekwah.advancedportals.AdvancedPortalsPlugin
name: AdvancedPortals
version: 0.0.25
version: 0.0.26
author: sekwah41
description: An advanced portals plugin for bukkit.
commands:

View File

@ -114,7 +114,7 @@ public class Portal {
portals = new AdvancedPortal[portals.length - 1];
System.arraycopy(portal, 0, portals, 0, portalId);
System.arraycopy(tempPortals, 0, portals, 0, portalId);
}
}
portalsActive = true;