diff options
-rw-r--r-- | server/src/commands/mod/kick.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/commands/mod/kick.js b/server/src/commands/mod/kick.js index 35fd2df..cf1ff75 100644 --- a/server/src/commands/mod/kick.js +++ b/server/src/commands/mod/kick.js @@ -59,7 +59,7 @@ export async function run(core, server, socket, data) { cmd: 'onlineAdd', nick: kicked[i].nick, trip: kicked[i].trip || 'null', - hash: kicked[i].userHash, + hash: kicked[i].hash, }, { channel: destChannel }); } |