mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
5 lines
126 B
Text
5 lines
126 B
Text
void script_5166() {
|
|
globalint_1591 = max(0, min(globalint_1591, 65535));
|
|
sendColorPickerPacket(globalint_1591);
|
|
return;
|
|
}
|