Skip to content

Commit 84eb0c7

Browse files
committed
Check for tutorial completion
* Use empty default username for nickname On gmail accounts, it would be suspect to have @gmail.com in nickname Nickname is not set if user does not set one in config * Fix typo * Fix result key name * Moved to own task * Add example in config * Rebased to latest dev on top of : Fixing live stats crash on first run (#4088) in order for the bot to reach the task without crashing * damn thos DOS line endings
1 parent 96bdbb6 commit 84eb0c7

File tree

8 files changed

+375
-196
lines changed

8 files changed

+375
-196
lines changed

configs/config.json.cluster.example

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,14 @@
2222
}
2323
},
2424
{
25-
"type": "CollectLevelUpReward"
25+
"type": "CompleteTutorial",
26+
"config": {
27+
"enabled": false,
28+
"// set a name": "",
29+
"nickname": "",
30+
}
31+
},
32+
"type": "CollectLevelUpReward"
2633
},
2734
{
2835
"type": "IncubateEggs",

0 commit comments

Comments
 (0)