mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
6 lines
127 B
Text
6 lines
127 B
Text
void script_1191(int arg0,int arg1) {
|
|
if (getLanguage() != 0) {
|
|
setWidgetFont(arg1, new WidgetPointer(arg0));
|
|
}
|
|
return;
|
|
}
|