From 3c9dcaec653397fa0c00492f0c36a3d273f88763 Mon Sep 17 00:00:00 2001 From: destruc7i0n Date: Mon, 29 Aug 2016 15:16:20 -0400 Subject: Add semicolon --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.js') 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 }); - }) + }); } } }); -- cgit 1.4.1