misc fixes - some untested

- no GUIDs in chat for players or portal details - so remove player GUID related functions
- remove player guid code from COMM
- update portal_info functions to compare to player name rather than guid
This commit is contained in:
Jon Atkins
2013-11-30 23:19:46 +00:00
parent d647e8786f
commit e935902c49
5 changed files with 15 additions and 100 deletions

View File

@ -338,7 +338,6 @@ window.setMapBaseLayer = function() {
// included as inline script in the original site, the data is static
// and cannot be updated.
window.setupPlayerStat = function() {
PLAYER.guid = playerNameToGuid(PLAYER.nickname);
var level;
var ap = parseInt(PLAYER.ap);
for(level = 0; level < MIN_AP_FOR_LEVEL.length; level++) {
@ -531,7 +530,6 @@ function boot() {
window.setupTaphold();
window.setupStyles();
window.setupDialogs();
window.setupPlayerNameCache();
window.setupMap();
window.setupGeosearch();
window.setupRedeem();