Bug Fix
This commit is contained in:
parent
229f435530
commit
edfb9e09d1
|
@ -156,7 +156,7 @@ class APIPAddress{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
static release(code){
|
static release(code){
|
||||||
APIPAddress.busyCodes.delete(code);
|
APIPAddress.busyIP.delete(code);
|
||||||
}
|
}
|
||||||
static whois(num){
|
static whois(num){
|
||||||
return APIPAddress.busyIP.get(num)?.id;
|
return APIPAddress.busyIP.get(num)?.id;
|
||||||
|
|
Loading…
Reference in New Issue