update code for the new internal name for enlightened - was ALIENS, now ENLIGHTENED
This commit is contained in:
2
main.js
2
main.js
@ -53,7 +53,7 @@ for(var i = 0; i < d.length; i++) {
|
||||
break;
|
||||
}
|
||||
// player information is now available in a hash like this:
|
||||
// window.PLAYER = {"ap": "123", "energy": 123, "available_invites": 123, "nickname": "somenick", "team": "ALIENS||RESISTANCE"};
|
||||
// window.PLAYER = {"ap": "123", "energy": 123, "available_invites": 123, "nickname": "somenick", "team": "ENLIGHTENED||RESISTANCE"};
|
||||
|
||||
// remove complete page. We only wanted the user-data and the page’s
|
||||
// security context so we can access the API easily. Setup as much as
|
||||
|
Reference in New Issue
Block a user