mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2025-01-29 19:41:31 +01:00
Fix nullpointers
This commit is contained in:
parent
f7df4bff24
commit
4617b398f3
@ -23,7 +23,7 @@ public class Portal {
|
||||
|
||||
public static boolean portalsActive = false;
|
||||
|
||||
public static AdvancedPortal[] Portals;
|
||||
public static AdvancedPortal[] Portals = new AdvancedPortal[0];
|
||||
|
||||
private static boolean ShowBungeeMessage;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user