mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-16 21:11:22 +00:00
9 lines
No EOL
204 B
JavaScript
9 lines
No EOL
204 B
JavaScript
module.exports.player=function(serv, player)
|
|
{
|
|
player._client.on('client_command', ({payload} = {}) => {
|
|
if(payload==1){
|
|
//WIP: dummy
|
|
player.system ("WIP, press ESC");
|
|
}
|
|
});
|
|
}; |