aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/commands/mod/ban.js
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--server/src/commands/mod/ban.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/src/commands/mod/ban.js b/server/src/commands/mod/ban.js
index 19f297a..409217a 100644
--- a/server/src/commands/mod/ban.js
+++ b/server/src/commands/mod/ban.js
@@ -37,7 +37,6 @@ exports.run = async (core, server, socket, data) => {
return;
}
- // TODO unban by hash
let clientHash = server.getSocketHash(badClient);
server._police.arrest(badClient.remoteAddress, clientHash);