Forgot to add the getter

This commit is contained in:
libraryaddict 2020-05-20 12:45:17 +12:00
parent 26d46703b4
commit 341ba27649
No known key found for this signature in database
GPG Key ID: 052E4FBCD257AEA4

View File

@ -142,6 +142,7 @@ public class DisguiseUtilities {
private static long velocityTime;
private static int velocityID;
private static HashMap<UUID, ArrayList<Integer>> disguiseLoading = new HashMap<>();
@Getter
private static boolean runningPaper;
@Getter
private static MineSkinAPI mineSkinAPI = new MineSkinAPI();