diff options
author | destruc7i0n <destruc7i0n@users.noreply.github.com> | 2016-08-29 15:16:20 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-29 15:16:20 -0400 |
commit | 3c9dcaec653397fa0c00492f0c36a3d273f88763 (patch) | |
tree | 4e97d4c444e59f9c0465023ae87d5919c7e00942 | |
parent | Fixes (diff) | |
download | shulker-3c9dcaec653397fa0c00492f0c36a3d273f88763.tar.gz shulker-3c9dcaec653397fa0c00492f0c36a3d273f88763.zip |
Add semicolon
-rw-r--r-- | index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index.js b/index.js index 8dcff4d..f3f9629 100644 --- a/index.js +++ b/index.js @@ -56,7 +56,7 @@ shulker.on("message", function(message) { client.command('tellraw @a ["",' + JSON.stringify(data) + ']', function(err, resp) { client.close(); // close the rcon connection }); - }) + }); } } }); |