summary refs log tree commit diff homepage
path: root/index.js
diff options
context:
space:
mode:
authordestruc7i0n <destruc7i0n@users.noreply.github.com>2016-08-29 15:16:20 -0400
committerGitHub <noreply@github.com>2016-08-29 15:16:20 -0400
commit3c9dcaec653397fa0c00492f0c36a3d273f88763 (patch)
tree4e97d4c444e59f9c0465023ae87d5919c7e00942 /index.js
parentFixes (diff)
downloadshulker-3c9dcaec653397fa0c00492f0c36a3d273f88763.tar.gz
shulker-3c9dcaec653397fa0c00492f0c36a3d273f88763.zip
Add semicolon
Diffstat (limited to '')
-rw-r--r--index.js2
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
                 });
-            })
+            });
         }
     }
 });