aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/commands/mod/unbanall.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/commands/mod/unbanall.js')
-rw-r--r--server/src/commands/mod/unbanall.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/commands/mod/unbanall.js b/server/src/commands/mod/unbanall.js
index e6affc4..750c322 100644
--- a/server/src/commands/mod/unbanall.js
+++ b/server/src/commands/mod/unbanall.js
@@ -2,7 +2,7 @@
Description: Clears all bans and ratelimits
*/
-import * as UAC from "../utility/UAC/info";
+import * as UAC from '../utility/UAC/_info';
// module main
export async function run(core, server, socket) {