[!] [FEATURE] Added new Random system, to have different type of Randoms

This is a breaking change for old randoms

Related to issue #144
This commit is contained in:
JKetelaar
2016-11-01 23:09:25 +01:00
parent 6b04523865
commit bc69dd7e0a
10 changed files with 369 additions and 248 deletions
@@ -27,7 +27,8 @@ public abstract class ServerExecuter {
Context context = Context.getInstance(provider);
context.load();
PaintComponent.getInstance().startPainting(context);
RandomParser.enable();
Context.getInstance().getRandomHandler().init();
} catch (Throwable t) {
t.printStackTrace();
}