mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-19 22:41:52 +00:00
10 lines
No EOL
163 B
JavaScript
10 lines
No EOL
163 B
JavaScript
module.exports=inject;
|
|
|
|
function inject(serv, player)
|
|
{
|
|
player._client.on("client_command", function(packet) {
|
|
if(packet.payload == 0) {
|
|
|
|
}
|
|
});
|
|
} |