change UIModule Id
This commit is contained in:
parent
db9a4bbe59
commit
4957ade96f
@ -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
|
||||||
|
@ -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]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user