1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 07:13:58 -05:00

remove test code

This commit is contained in:
RaidMax
2021-04-07 09:53:32 -05:00
parent f786d11694
commit f8530b098f

View File

@ -33,7 +33,7 @@ var plugin = {
co.Dispose();
re.Dispose();
cl.Dispose();
usingVPN = true;//parsedJSON.success && parsedJSON.proxy;
usingVPN = parsedJSON.success && parsedJSON.proxy;
} catch (e) {
this.logger.WriteWarning('There was a problem checking client IP for VPN ' + e.message);
}