Merge branch 'master' of ssh://cryps.gg:40022/~/cryps
This commit is contained in:
commit
0dd96ae961
@ -12,7 +12,6 @@
|
|||||||
"author": "",
|
"author": "",
|
||||||
"license": "UNLICENSED",
|
"license": "UNLICENSED",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@orange-games/phaser-input": "^2.0.5",
|
|
||||||
"async": "^2.6.1",
|
"async": "^2.6.1",
|
||||||
"borc": "^2.0.3",
|
"borc": "^2.0.3",
|
||||||
"docco": "^0.7.0",
|
"docco": "^0.7.0",
|
||||||
|
|||||||
@ -139,7 +139,7 @@ function registerEvents(registry, events) {
|
|||||||
timeout: false,
|
timeout: false,
|
||||||
// overlay: true,
|
// overlay: true,
|
||||||
drag: false,
|
drag: false,
|
||||||
close: false,
|
close: true,
|
||||||
title: 'SPAWN CRYP',
|
title: 'SPAWN CRYP',
|
||||||
position: 'center',
|
position: 'center',
|
||||||
inputs: [
|
inputs: [
|
||||||
|
|||||||
@ -29,7 +29,9 @@ function createSocket(events) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
events.loginPrompt();
|
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' } });
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
// Listen for messages
|
// Listen for messages
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user