diff options
author | RaindropsSys <raindrops@equestria.dev> | 2023-11-18 11:34:36 +0100 |
---|---|---|
committer | RaindropsSys <raindrops@equestria.dev> | 2023-11-18 11:34:36 +0100 |
commit | 9337aae8b1c87fad34884dacd5cd79d9591c60db (patch) | |
tree | 5340f9fa67cd6236e4c879f0057d51d0b1e21361 /includes/external/pair | |
parent | 953ddd82e48dd206cef5ac94456549aed13b3ad5 (diff) | |
download | pluralconnect-9337aae8b1c87fad34884dacd5cd79d9591c60db.tar.gz pluralconnect-9337aae8b1c87fad34884dacd5cd79d9591c60db.tar.bz2 pluralconnect-9337aae8b1c87fad34884dacd5cd79d9591c60db.zip |
Updated 39 files, added 86 files, deleted 40 files and renamed 2 files (automated)
Diffstat (limited to 'includes/external/pair')
-rw-r--r-- | includes/external/pair/reference.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/external/pair/reference.js b/includes/external/pair/reference.js index 16d1653..9b7b61e 100644 --- a/includes/external/pair/reference.js +++ b/includes/external/pair/reference.js @@ -21,7 +21,7 @@ ws.on('message', (raw) => { // Note: future implementations can read 'data.version' to get the protocol version (as an integer) ws.send(JSON.stringify({ type: "init", - name: "Cold Haze pairing reference client" // Replace this with the name of your application + name: "Ponycule pairing reference client" // Replace this with the name of your application // The 'name' value must be a string between 2 and 50 characters, additional requirements might get // added in future protocol versions. })); |