forked from 2009Scape/Server
7 lines
112 B
Text
7 lines
112 B
Text
void script_1869(int arg0) {
|
|
if (mod(getClientCycle(), 50) != 0) {
|
|
return;
|
|
}
|
|
script_1870(arg0);
|
|
return;
|
|
}
|