mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-07-10 07:43:35 +01: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)
|