forked from MagicBane/Server
use new power manager
This commit is contained in:
@@ -64,10 +64,12 @@ public enum PowersManager {
|
||||
|
||||
public static void initPowersManager(boolean fullPowersLoad) {
|
||||
|
||||
if (fullPowersLoad)
|
||||
PowersManager.InitializePowers();
|
||||
else
|
||||
if (fullPowersLoad) {
|
||||
//PowersManager.InitializePowers();
|
||||
WpakPowerManager.init();
|
||||
}else {
|
||||
PowersManager.InitializeLoginPowers();
|
||||
}
|
||||
|
||||
PowersManager.js = JobScheduler.getInstance();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user