remove more useless defaults

0.7.0.1-release
Melanie 2010-08-04 03:53:51 +01:00 committed by Diva Canto
parent b9dc4ab4a1
commit 8b6f39b206
1 changed files with 0 additions and 5 deletions

View File

@ -249,11 +249,6 @@ namespace OpenSim.Tools.Configger
config.Set("default_location_x", 1000);
config.Set("default_location_y", 1000);
config.Set("grid_send_key", "null");
config.Set("grid_recv_key", "null");
config.Set("user_send_key", "null");
config.Set("user_recv_key", "null");
config.Set("secure_inventory_server", "true");
}
return defaultConfig;