mirror of
https://github.com/danbulant/flying-squid
synced 2026-07-07 12:10:46 +00:00
Create the respawn plugin
This commit is contained in:
parent
64630e8fb6
commit
0cea63bd02
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ function inject(serv, player)
|
||||||
{
|
{
|
||||||
player._client.on("client_command", function(packet) {
|
player._client.on("client_command", function(packet) {
|
||||||
if(packet.payload == 0) {
|
if(packet.payload == 0) {
|
||||||
|
// respawn the player
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue