added args to response
This commit is contained in:
parent
3b429d7dd4
commit
792e57bde9
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ function playerCommand(player_id, command, args) {
|
||||||
} else if(command == "message") {
|
} else if(command == "message") {
|
||||||
message(player_id, args);
|
message(player_id, args);
|
||||||
} else if(command == "ping") {
|
} else if(command == "ping") {
|
||||||
GGS.sendCommand(player_id, "pong", "");
|
GGS.sendCommand(player_id, "pong", args);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue