forked from 2009Scape/Server
7 lines
213 B
Text
7 lines
213 B
Text
void script_2336(int arg0,int arg1) {
|
|
if (getDisplayMode() != arg1) {
|
|
setScriptCallOnGameloop(2336, new WidgetPointer(arg0), getDisplayMode(), "Ii", new WidgetPointer(arg0));
|
|
script_2337(arg0);
|
|
}
|
|
return;
|
|
}
|