NVS 14 Posted May 23, 2015 The RandomManager class has registerSolver and unregisterSolver, but registering takes a RandomSolver while unregistering takes in a RandomEvent. I can disable the login solver by calling getRandomManager().unregisterSolver(RandomEvent.LOGIN);, but can't seem to re-enable it. Is there something else you're supposed to do to enable/disable the login random?
Nuclear Nezz 2064 Posted May 24, 2015 The RandomManager class has registerSolver and unregisterSolver, but registering takes a RandomSolver while unregistering takes in a RandomEvent. I can disable the login solver by calling getRandomManager().unregisterSolver(RandomEvent.LOGIN);, but can't seem to re-enable it. Is there something else you're supposed to do to enable/disable the login random? Enabling a random solver is you registering your own solver. Create your own RandomSolver, and register that.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.