mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2025-12-05 11:44:15 +01:00
Fixed for older versions
This commit is contained in:
parent
221bee9613
commit
e6ebcef28a
@ -1,6 +1,6 @@
|
|||||||
main: com.sekwah.advancedportals.AdvancedPortalsPlugin
|
main: com.sekwah.advancedportals.AdvancedPortalsPlugin
|
||||||
name: AdvancedPortals
|
name: AdvancedPortals
|
||||||
version: 0.0.25
|
version: 0.0.26
|
||||||
author: sekwah41
|
author: sekwah41
|
||||||
description: An advanced portals plugin for bukkit.
|
description: An advanced portals plugin for bukkit.
|
||||||
commands:
|
commands:
|
||||||
|
|||||||
@ -114,7 +114,7 @@ public class Portal {
|
|||||||
|
|
||||||
portals = new AdvancedPortal[portals.length - 1];
|
portals = new AdvancedPortal[portals.length - 1];
|
||||||
|
|
||||||
System.arraycopy(portal, 0, portals, 0, portalId);
|
System.arraycopy(tempPortals, 0, portals, 0, portalId);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
portalsActive = true;
|
portalsActive = true;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user