mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-06 16:50:39 +00:00
Merge branch 'master' of github.com:Parabot/Parabot
This commit is contained in:
@@ -150,6 +150,7 @@ public final class Landing {
|
|||||||
if (str.toLowerCase().equals("random")) {
|
if (str.toLowerCase().equals("random")) {
|
||||||
new java.util.Random().nextBytes(mac);
|
new java.util.Random().nextBytes(mac);
|
||||||
} else {
|
} else {
|
||||||
|
i--;
|
||||||
for(int j = 0; j < 6;j++){
|
for(int j = 0; j < 6;j++){
|
||||||
mac[j] = Byte.parseByte(args[++i], 16); // parses a hex number
|
mac[j] = Byte.parseByte(args[++i], 16); // parses a hex number
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user