diff options
author | BlueWall | 2011-05-27 19:05:16 -0400 |
---|---|---|
committer | BlueWall | 2011-05-28 00:35:06 -0400 |
commit | 99f42c0a6ec064d7b625c9b33e185a5e153d6be8 (patch) | |
tree | dd1ce2235dd1986011c810899f4d9488e315a5c8 /bin/OpenSimDefaults.ini | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-99f42c0a6ec064d7b625c9b33e185a5e153d6be8.zip opensim-SC_OLD-99f42c0a6ec064d7b625c9b33e185a5e153d6be8.tar.gz opensim-SC_OLD-99f42c0a6ec064d7b625c9b33e185a5e153d6be8.tar.bz2 opensim-SC_OLD-99f42c0a6ec064d7b625c9b33e185a5e153d6be8.tar.xz |
Add option to disable logins
This just covers script loading for now. More to come.
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r-- | bin/OpenSimDefaults.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index b32d198..1d24201 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -1174,6 +1174,7 @@ | |||
1174 | ; - the third field is a number indicating how many scripts failed to compile | 1174 | ; - the third field is a number indicating how many scripts failed to compile |
1175 | ; - "oar error" if supplied, provides the error message from the OAR load | 1175 | ; - "oar error" if supplied, provides the error message from the OAR load |
1176 | channel_notify = -800 | 1176 | channel_notify = -800 |
1177 | login_disable = false | ||
1177 | 1178 | ||
1178 | 1179 | ||
1179 | [MRM] | 1180 | [MRM] |