MJ:Fix 2
This commit is contained in:
@@ -12,7 +12,7 @@ function gatherState() {
|
||||
try {
|
||||
const pm = uw.MM.getModels().Player[player_id];
|
||||
if (pm && pm.attributes) alliance_name = pm.attributes.alliance_name;
|
||||
} catch (e) {}
|
||||
} catch (e) { log(`Failed to extract alliance_name: ${e}`); }
|
||||
|
||||
const total_points = uw.Game?.player_points ?? 0;
|
||||
const world = uw.Game?.world_id || '';
|
||||
|
||||
Reference in New Issue
Block a user