Revert "NOISSUE redo the launcher part"

This reverts commit c1f7dda8fe412263ccd82fbf3d56687bd291c73c.
This commit is contained in:
Petr Mrázek
2015-08-14 23:30:12 +02:00
parent 0adb572a07
commit d7b3887fe1
6 changed files with 335 additions and 113 deletions

View File

@ -102,6 +102,7 @@ public class EntryPoint
}
m_params.add(command, param);
//System.out.println(command + " : " + param);
return Action.Proceed;
}