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 ded8468 commit 59158daCopy full SHA for 59158da
src/Tags.hpp
@@ -73,6 +73,7 @@ class Tags {
73
{"gdutilsdevs.gdutils-MoreLeaderboards", 57},
74
{"teamtcm.geometry-dash-odyssey-GJShopLayer-Carp", 58},
75
{"cvolton.betterinfo-LeaderboardViewLayer", 59},
76
+{"lblazen.gdps_hub-GDPSHubLayer", 60}
77
};
78
79
log::debug("Tag map populated with {} entries.", m_tagMap.size());
@@ -139,6 +140,7 @@ class Tags {
139
140
{57, "gdutilsdevs.gdutils-MoreLeaderboards"},
141
{58, "teamtcm.geometry-dash-odyssey-GJShopLayer-Carp"},
142
{59, "cvolton.betterinfo-LeaderboardViewLayer"},
143
+{60, "lblazen.gdps_hub-GDPSHubLayer"}
144
145
146
log::debug("String map populated with {} entries.", m_stringMap.size());
0 commit comments