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