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