diff options
| author | Ben Culkin <scorpress@gmail.com> | 2021-02-26 16:15:30 -0500 |
|---|---|---|
| committer | Ben Culkin <scorpress@gmail.com> | 2021-02-26 16:15:30 -0500 |
| commit | b780a3dc4dc5cc301cb6b569c903c41713d2af55 (patch) | |
| tree | c71e9cf96c60b56c10517ece7ab68d86cd28132f /dice/src/example/java/bjc/dicelang | |
| parent | 38f1e562bf1e1d9d2c837317fced7467f2e81adc (diff) | |
Update
Diffstat (limited to 'dice/src/example/java/bjc/dicelang')
| -rw-r--r-- | dice/src/example/java/bjc/dicelang/neodice/DieBoxCLI.java | 1 |
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(); } |
