рефакторинг. переносил текущие объекты в другое место
This commit is contained in:
@@ -10,6 +10,6 @@ public class DeleteServerSapfor extends DeleteServerObject<TestingServer, Server
|
||||
}
|
||||
@Override
|
||||
protected boolean canStart(Object... args) throws Exception {
|
||||
return super.canStart(args)&&Current.getAccount().CheckAdmin(Log);
|
||||
return super.canStart(args)&&Global.mainModule.getAccount().CheckAdmin(Log);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user