Create the respawn plugin

This commit is contained in:
mhsjlw 2015-08-27 12:53:13 -04:00
parent 64630e8fb6
commit 0cea63bd02

View file

@ -4,7 +4,7 @@ function inject(serv, player)
{
player._client.on("client_command", function(packet) {
if(packet.payload == 0) {
// respawn the player
}
});
}