diff options
author | Justin Clark-Casey (justincc) | 2011-11-25 22:19:57 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-11-25 22:19:57 +0000 |
commit | b785f204ce33fc78ec4b0f9a30c20bc56ebea0d9 (patch) | |
tree | 5a1a7694e556169aa511ed62086a35be124f5f60 /bin/OpenSimDefaults.ini | |
parent | Use the more extensive Utils.AssetTypeToString()/InventoryTypeToString() conv... (diff) | |
download | opensim-SC_OLD-b785f204ce33fc78ec4b0f9a30c20bc56ebea0d9.zip opensim-SC_OLD-b785f204ce33fc78ec4b0f9a30c20bc56ebea0d9.tar.gz opensim-SC_OLD-b785f204ce33fc78ec4b0f9a30c20bc56ebea0d9.tar.bz2 opensim-SC_OLD-b785f204ce33fc78ec4b0f9a30c20bc56ebea0d9.tar.xz |
remove some mono compiler warnings
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSimDefaults.ini | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 5fe1352..ebd734d 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -507,8 +507,7 @@ | |||
507 | ; silly vanity "Facelights" dead. Sorry, head mounted miner's lamps | 507 | ; silly vanity "Facelights" dead. Sorry, head mounted miner's lamps |
508 | ; will also be affected. | 508 | ; will also be affected. |
509 | ; | 509 | ; |
510 | ;DisableFacelights = "false" | 510 | ;DisableFacelights = "false(1815) |
511 | |||
512 | 511 | ||
513 | [ClientStack.LindenCaps] | 512 | [ClientStack.LindenCaps] |
514 | ;; Long list of capabilities taken from | 513 | ;; Long list of capabilities taken from |
@@ -722,7 +721,8 @@ | |||
722 | av_density = 80 | 721 | av_density = 80 |
723 | 722 | ||
724 | ; use this value to cut 52% of the height the sim gives us | 723 | ; use this value to cut 52% of the height the sim gives us |
725 | av_height_fudge_factor = 0.52 | 724 | ; Currently unused |
725 | ; av_height_fudge_factor = 0.52 | ||
726 | 726 | ||
727 | ; Movement. Smaller is faster. | 727 | ; Movement. Smaller is faster. |
728 | 728 | ||