From 0cea63bd02e858771ca51945425ed15463802c31 Mon Sep 17 00:00:00 2001 From: mhsjlw Date: Thu, 27 Aug 2015 12:53:13 -0400 Subject: [PATCH] Create the respawn plugin --- lib/playerPlugins/respawn.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/playerPlugins/respawn.js b/lib/playerPlugins/respawn.js index 66b7b91..aaf524a 100644 --- a/lib/playerPlugins/respawn.js +++ b/lib/playerPlugins/respawn.js @@ -4,7 +4,7 @@ function inject(serv, player) { player._client.on("client_command", function(packet) { if(packet.payload == 0) { - + // respawn the player } }); } \ No newline at end of file