This commit is contained in:
7u83 2018-12-23 11:30:18 +01:00
parent 01c34d5cbb
commit 51831c1f18
2 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#Fri, 21 Dec 2018 23:45:45 +0100
#Sun, 23 Dec 2018 11:23:46 +0100
annotation.processing.enabled=true
annotation.processing.enabled.in.editor=false
annotation.processing.processors.list=

View File

@ -606,9 +606,7 @@ public class SeSimApplication extends javax.swing.JFrame {
}
void startSim() {
// GodWorld godworld = new GodWorld(Globals.getWorld());
JSONObject cfg = new JSONObject("{"
+ "strategy: opensesim.trader.SimpleTrader"
+ "}");