mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-07-08 22:53:53 +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)
|