update code for the new internal name for enlightened - was ALIENS, now ENLIGHTENED

This commit is contained in:
Jon Atkins
2013-07-31 20:15:14 +01:00
parent b857998c23
commit f5d8587955
6 changed files with 8 additions and 8 deletions

View File

@ -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 pages
// security context so we can access the API easily. Setup as much as