mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 09:54:52 +00:00
4 lines
127 B
Plaintext
4 lines
127 B
Plaintext
/client/proc/IsVPN()
|
|
var/datum/ipintel/res = get_ip_intel(address)
|
|
return res.intel >= CONFIG_GET(number/ipintel_rating_bad)
|