mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 06:19:22 +00:00
Stickers: fix
This commit is contained in:
parent
2bf644aa7b
commit
e2d25572ec
1 changed files with 0 additions and 1 deletions
|
@ -141,7 +141,6 @@ public static partial class BTKUIAddon
|
||||||
if (button == null) break; // Array resized, excess buttons are generating
|
if (button == null) break; // Array resized, excess buttons are generating
|
||||||
//if (button.Hidden) break; // Reached the end of the visible buttons
|
//if (button.Hidden) break; // Reached the end of the visible buttons
|
||||||
button.Hidden = true;
|
button.Hidden = true;
|
||||||
button.ButtonIcon = string.Empty; // hoping this makes cohtml less mad
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue