instance game finished

This commit is contained in:
ntr
2019-03-02 20:10:30 +11:00
parent c60f38716f
commit f4e1c368e0
3 changed files with 83 additions and 38 deletions
+2 -2
View File
@@ -141,7 +141,7 @@ function createSocket(events) {
}
function sendInstanceJoin(cryps) {
send({ method: 'instance_join', params: { cryp_ids: cryps, pve: true } });
send({ method: 'instance_join', params: { cryp_ids: cryps, pve: false } });
}
function sendInstanceReady(instanceId) {
@@ -255,7 +255,7 @@ function createSocket(events) {
if (!account) events.loginPrompt();
if (process.env.NODE_ENV !== 'production') {
send({ method: 'account_login', params: { name: 'ntr', password: 'grepgrepgrep' } });
// send({ method: 'account_login', params: { name: 'ntr', password: 'grepgrepgrep' } });
}
return true;