mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13.git
synced 2026-08-19 05:36:55 +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)
|