mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
improved punkbuster
This commit is contained in:
parent
e7052754c3
commit
a4120f6ff5
4 changed files with 19 additions and 5 deletions
|
|
@ -18,14 +18,10 @@ function(Parent, Nc, ProtocolHelper, ProtocolParser) {
|
|||
self.sendControlCommand("joinSuccess", options);
|
||||
});
|
||||
|
||||
|
||||
Nc.on(Nc.ns.channel.events.controlCommand.user + this.id, function(message) {
|
||||
ProtocolHelper.applyCommand(message.data, self);
|
||||
});
|
||||
|
||||
|
||||
|
||||
|
||||
Nc.on(Nc.ns.channel.to.client.user.gameCommand.send + this.id, function(command, options) {
|
||||
self.sendGameCommand(command, options);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue