mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
8 lines
219 B
Text
8 lines
219 B
Text
void script_1886(int arg0) {
|
|
if ((bitconfig_4895 == 3) && (standart_config_281 < 125)) {
|
|
setWidgetIsHidden(true, new WidgetPointer(arg0));
|
|
} else {
|
|
setWidgetIsHidden(false, new WidgetPointer(arg0));
|
|
}
|
|
return;
|
|
}
|