aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/commands/core/changenick.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/commands/core/changenick.js')
-rw-r--r--server/src/commands/core/changenick.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/commands/core/changenick.js b/server/src/commands/core/changenick.js
index 6e9e59f..9cfa929 100644
--- a/server/src/commands/core/changenick.js
+++ b/server/src/commands/core/changenick.js
@@ -2,7 +2,7 @@
Description: Allows calling client to change their current nickname
*/
-import * as UAC from "../utility/UAC/_info";
+import * as UAC from '../utility/UAC/_info';
// module main
export async function run(core, server, socket, data) {