This commit is contained in:
cyi1341 2023-09-07 15:21:01 +08:00
parent b979c96dd1
commit 8f8685427e
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ window.plugin.portalsJSON.fields = [
title: 'Recharge Percentage',
value: function(portal) {
var health = portal.options.data.health;
if(health !== undefined && portal.options.team != TEAM_NONE {
if(health !== undefined && portal.options.team != TEAM_NONE) {
return health;
}
return 'N/A';