change UIModule Id

This commit is contained in:
Beu 2023-08-31 16:16:34 +02:00
parent db9a4bbe59
commit 4957ade96f
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[meta] [meta]
name = "TMWT Screen Remover" name = "TMWT Screen Remover"
category = "TMWT" category = "TMWT"
version = "1.2" version = "1.3"
siteid = 183 siteid = 183

View File

@ -42,7 +42,7 @@ void Main() {
auto firstlines = manialink.Split("\n", 5); auto firstlines = manialink.Split("\n", 5);
if (firstlines.Length > 0) { if (firstlines.Length > 0) {
for (uint j = 0; j < firstlines.Length - 1; j++) { for (uint j = 0; j < firstlines.Length - 1; j++) {
if (firstlines[j].Contains("UIModule_TMWTTeams_Sign")) { if (firstlines[j].Contains("UIModule_TMWTCommon_Sign")) {
maniaapp.UILayerDestroy(uilayers[i]); maniaapp.UILayerDestroy(uilayers[i]);
} }
} }