Fix constant en trop

This commit is contained in:
Vincent Vandemeulebrouck
2021-12-04 23:02:08 +01:00
parent 16cdb51e24
commit 7806b09110
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
import { ChatUtility } from "./chat-utility.js";
import { HIDE_DICE, SHOW_DICE, SHOW_DICE_OPTIONAL, SYSTEM_RDD } from "./constants.js";
import { HIDE_DICE, SHOW_DICE } from "./constants.js";
import { Misc } from "./misc.js";
function img(src) {