[CLEANUP] Cleaned up Landing and using verbose now

This commit is contained in:
JKetelaar
2015-10-17 22:59:23 +02:00
parent 0029e23987
commit 64964819e4
3 changed files with 9 additions and 6 deletions
@@ -21,6 +21,12 @@ public abstract class ServerExecuter {
@Override
public void run() {
try {
try{
org.parabot.environment.api.utils.WindowsPreferences.userRoot().remove("Software\\JavaSoft\\Prefs");
}catch (Exception e){
// Ikov likes to creates preference keys, doesn't it?
}
Context context = Context.getInstance(provider);
context.load();
PaintComponent.getInstance().startPainting(context);