mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
8 lines
192 B
Text
8 lines
192 B
Text
void script_2908(int arg0) {
|
|
if (((boolean)bitconfig_7191)) {
|
|
setWidgetIsHidden(true, new WidgetPointer(arg0));
|
|
} else {
|
|
setWidgetIsHidden(false, new WidgetPointer(arg0));
|
|
}
|
|
return;
|
|
}
|