Inspired by a member's bug report here
I decided to find any more issues in order to help the community.
Here it is:
Until commit [URL='https://github.com/ProjectKorra/ProjectKorra/commit/04a006cac91c265938b3794a71e5f35fea4fae4d']04a006c [/URL]in the GeneralMethods.java class there is a typo at line 153
Has: public static List<UUID> toggedOut = new ArrayList<UUID>();
Fix: public static List<UUID> toggledOut = new ArrayList<UUID>();
An l is missing there too.
I decided to find any more issues in order to help the community.
Here it is:
Until commit [URL='https://github.com/ProjectKorra/ProjectKorra/commit/04a006cac91c265938b3794a71e5f35fea4fae4d']04a006c [/URL]in the GeneralMethods.java class there is a typo at line 153
Has: public static List<UUID> toggedOut = new ArrayList<UUID>();
Fix: public static List<UUID> toggledOut = new ArrayList<UUID>();
An l is missing there too.