We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fb5a7e commit c8db8e1Copy full SHA for c8db8e1
ChangedScripts/ScoreboardRender.as
@@ -25,6 +25,8 @@ bool mouseWasPressed1 = false;
25
26
const string OLD_PLAYER_STATS_CORE = "player stats core";
27
28
+const string mod_version = "v2.11b";
29
+
30
class OldPlayerStatsCore {
31
dictionary stats;
32
}
@@ -896,7 +898,7 @@ void onRenderScoreboard(CRules@ this)
896
898
ScoreboardField(
897
899
Vec2f(screenWidth - topleft.x - 200, 115 - scrollOffset),
900
Vec2f(screenWidth - topleft.x, 115 - scrollOffset + 40),
- "Current version: v2.10"
901
+ "Current version: " + mod_version
902
);
903
LinkButton(
904
Vec2f(screenWidth - topleft.x - 275, 115 - scrollOffset),
0 commit comments