mirror of
https://github.com/danbulant/flying-squid
synced 2026-07-07 04:00:46 +00:00
fix missing serv in chat.js
This commit is contained in:
parent
3b46fc348f
commit
4cfcfe9277
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ module.exports.server=function(serv)
|
||||||
}));
|
}));
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports.player=function(player)
|
module.exports.player=function(player,serv)
|
||||||
{
|
{
|
||||||
player._client.on('chat', ({message} = {}) => {
|
player._client.on('chat', ({message} = {}) => {
|
||||||
if(message[0]=="/") {
|
if(message[0]=="/") {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue