1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-24 10:37:45 +00:00

binding changes for the new libcef launcher

This commit is contained in:
NotAdam 2017-10-13 22:09:45 +11:00
parent c048cf9b54
commit e4e75554fb
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@
try{
var response = readBody(xhr);
var parsed = JSON.parse(response);
window.external.Boot(parsed.sId, parsed.lobbyHost, parsed.frontierHost);
external.boot(parsed.sId, parsed.lobbyHost, parsed.frontierHost);
}catch(err){
document.getElementById("Error").innerHTML = "User creation failed.";
}

View file

@ -21,7 +21,7 @@
try{
var response = readBody(xhr);
var parsed = JSON.parse(response);
window.external.Boot(parsed.sId, parsed.lobbyHost, parsed.frontierHost);
external.boot(parsed.sId, parsed.lobbyHost, parsed.frontierHost);
}catch(err){
document.getElementById("Error").innerHTML = "Login failed.";
}