From 0de1ece3e4da19f7aacb49ea1c9d62ab1bc0f930 Mon Sep 17 00:00:00 2001 From: marzavec Date: Fri, 6 Mar 2020 15:12:48 -0600 Subject: Comments fix --- server/src/commands/core/whisper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/src/commands/core/whisper.js') diff --git a/server/src/commands/core/whisper.js b/server/src/commands/core/whisper.js index e574e1f..0c2e2d3 100644 --- a/server/src/commands/core/whisper.js +++ b/server/src/commands/core/whisper.js @@ -2,7 +2,7 @@ Description: Display text on targets screen that only they can see */ -import * as UAC from "../utility/UAC/_info"; +import * as UAC from '../utility/UAC/_info'; // module support functions -- cgit v1.2.1