Compare commits
No commits in common. "5dfe34c2d0fb20e6e8eac2658aaf46e134d2bfd5" and "b6b8ac44a5427be95776cdeb45c2b974e07a9fdd" have entirely different histories.
5dfe34c2d0
...
b6b8ac44a5
|
|
@ -25,9 +25,9 @@ export default (/** @type {ModUtils} */ { insertCode, replaceRawCode, waitForMin
|
|||
}`)
|
||||
insertCode(`player = aQ.eF(eR);
|
||||
if (game.gIsReplay /* here */) { game.playerId = player; }
|
||||
str = __L(/* Player: {0} */ [b0.context.truncateAndFillText(playerData.rawPlayerNames[player], b0.qZ.sN(0, 10), 150)]) + " ";
|
||||
str += __L(/* Strength: {10} */ [b0.rY.formatNumber(playerData.playerBalances[player])]) + " ";
|
||||
str += __L(/* Territory: {10} */ [b0.rY.formatNumber(playerData.playerTerritories[player])]) + " ";`,
|
||||
str = L(58, /* Player: {0} */ [b0.context.truncateAndFillText(playerData.rawPlayerNames[player], b0.qZ.sN(0, 10), 150)]) + " ";
|
||||
str += L(59, /* Strength: {10} */ [b0.rY.formatNumber(playerData.playerBalances[player])]) + " ";
|
||||
str += L(60, /* Territory: {10} */ [b0.rY.formatNumber(playerData.playerTerritories[player])]) + " ";`,
|
||||
`&& __fx.hoveringTooltip.active === false`)
|
||||
|
||||
waitForMinification(() => {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"version": "0.6.15.2",
|
||||
"lastUpdated": "Oct 6",
|
||||
"version": "0.6.15.1",
|
||||
"lastUpdated": "Sep 28",
|
||||
"changes": [
|
||||
"Fix for game update v2.13.3"
|
||||
"Fix for game update v2.13.0"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue