mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
8 lines
109 B
Text
8 lines
109 B
Text
void script_1306() {
|
|
if (getDisplayMode() >= 2) {
|
|
script_1385();
|
|
} else {
|
|
script_1386();
|
|
}
|
|
return;
|
|
}
|