mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-08-01 01:15:59 -04:00
captain OCD gives us 0.0000000000000000000001% more speed!
This commit is contained in:
@@ -58,7 +58,7 @@ public class droid_setup extends script.base_script
|
||||
public char getLetter() throws InterruptedException
|
||||
{
|
||||
String abc = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";
|
||||
return abc.charAt(rand(0, abc.length() - 1));
|
||||
return abc.charAt(rand(0, 23));
|
||||
}
|
||||
public void setDroidHue(obj_id self) throws InterruptedException
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user