mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-16 04:51:08 +00:00
quickfix
This commit is contained in:
parent
e00d3e294c
commit
343d9e6828
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ module.exports=inject;
|
|||
|
||||
function inject(serv,settings)
|
||||
{
|
||||
server._writeAll=function(packetName, packetFields) {
|
||||
serv._writeAll=function(packetName, packetFields) {
|
||||
serv.players.forEach(function (player) {
|
||||
player._client.write(packetName, packetFields);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue