Add methods to Reflection utils; test ChangePasswordCommand fully
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@ public class ChangePasswordCommand extends ExecutableCommand {
|
||||
|
||||
// Set the password
|
||||
final AuthMe plugin = wrapper.getAuthMe();
|
||||
plugin.getServer().getScheduler().runTaskAsynchronously(plugin,
|
||||
wrapper.getServer().getScheduler().runTaskAsynchronously(plugin,
|
||||
new ChangePasswordTask(plugin, player, playerPass, playerPassVerify));
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user