From 1f4d3d35822c5ad3dbdd5f363014f1bf9afebdc6 Mon Sep 17 00:00:00 2001
From: Snoopy Pfeffer
Date: Wed, 11 Apr 2012 18:52:07 +0200
Subject: HGFriendsModule: Added optional user level based restriction to send
 friendship invitations to foreign users.

---
 bin/config-include/GridCommon.ini.example | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'bin/config-include/GridCommon.ini.example')

diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example
index fa6f525..8d7f6fc 100644
--- a/bin/config-include/GridCommon.ini.example
+++ b/bin/config-include/GridCommon.ini.example
@@ -137,6 +137,10 @@
     ;; uncomment the next line. You may want to do this on sims that have licensed content.
     ; OutboundPermission = False
 
+[HGFriendsModule]
+    ; User level required to be able to send friendship invitations to foreign users
+    ;LevelHGFriends = 0;
+
 [UserAgentService]
     ;
     ; === HG ONLY ===
-- 
cgit v1.1