Jump to content

Launcher protocol: Difference between revisions

Update example
(update example)
Tag: Source edit
(Update example)
Tag: Source edit
Line 677: Line 677:


function parseResponse(data) {  
function parseResponse(data) {  
    const time = data.readLong();
    const version = data.readString();
     const flags = data.readLong();
     const flags = data.readLong();