From 4784af7103fb0bd45aad28a662ed44297ac7e0b8 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Fri, 4 Mar 2022 07:51:39 +0800 Subject: Fix command registering breaking Fix dungeon map and solvers breaking with new map offset Dungeon map Use items instead of text to show puzzles Allow for cata over 50 in hud stat --- featureClass/featureManager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'featureClass/featureManager.js') diff --git a/featureClass/featureManager.js b/featureClass/featureManager.js index 2502b02..4d3c616 100644 --- a/featureClass/featureManager.js +++ b/featureClass/featureManager.js @@ -371,7 +371,7 @@ class FeatureManager { let event = this.registerCustom("command", func, context) - event.trigger.setName(commandName) + event.trigger.setName(commandName, true) return event } -- cgit