From b780a3dc4dc5cc301cb6b569c903c41713d2af55 Mon Sep 17 00:00:00 2001 From: Ben Culkin Date: Fri, 26 Feb 2021 16:15:30 -0500 Subject: Update --- dice/src/example/java/bjc/dicelang/neodice/DieBoxCLI.java | 1 + 1 file changed, 1 insertion(+) (limited to 'dice/src/example') 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(); } -- cgit v1.2.3