File Details
AmkMcAuth V-1.5.3
- R
- Mar 15, 2022
- 210.28 KB
- 4.0K
- 1.18.2+2
File Name
AmkMcAuth-1.5.3.jar
Supported Versions
- 1.18.2
- 1.18.1
- 1.18
//
// Bug-Fix
//
// java.lang.NullPointerException: Cannot invoke "com.mooo.amksoft.amkmcauth.AuthPlayer.getPlayer()" because "ap" is null
// at com.mooo.amksoft.amkmcauth.AuthListener.sameName(AuthListener.java:298) ~[AmkMcAuth-1.5.2.jar:?]
// When using Paper??, reported by vdl19. Quick fix: Set: Config.kickIfAlreadyOnline to true.
// Program fix: added line: "if (ap == null) return; // Do nothing if ap is not found (null-pointer execption.)"

