This commit is contained in:
2026-04-26 13:55:25 +03:00
parent a8b3e9f5ea
commit 5bff9a287d
5 changed files with 42 additions and 25 deletions

View File

@@ -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 || '';