summaryrefslogtreecommitdiff
path: root/dice/src/example/java/bjc/dicelang/neodice
diff options
context:
space:
mode:
Diffstat (limited to 'dice/src/example/java/bjc/dicelang/neodice')
-rw-r--r--dice/src/example/java/bjc/dicelang/neodice/DieBoxCLI.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/dice/src/example/java/bjc/dicelang/neodice/DieBoxCLI.java b/dice/src/example/java/bjc/dicelang/neodice/DieBoxCLI.java
index f001d89..2c67e7f 100644
--- a/dice/src/example/java/bjc/dicelang/neodice/DieBoxCLI.java
+++ b/dice/src/example/java/bjc/dicelang/neodice/DieBoxCLI.java
@@ -98,6 +98,7 @@ public class DieBoxCLI {
builtInCommands.put("polyhedral-die", new PolyhedralDieCommand());
builtInCommands.put("roll", new RollCommand());
builtInCommands.put("help", new HelpCommand());
+
builtInCommands.deepFreeze();
}