aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/LaunchSLClient/LaunchSLClient/OSXConfig.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Tools/LaunchSLClient/LaunchSLClient/OSXConfig.cs')
-rw-r--r--OpenSim/Tools/LaunchSLClient/LaunchSLClient/OSXConfig.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Tools/LaunchSLClient/LaunchSLClient/OSXConfig.cs b/OpenSim/Tools/LaunchSLClient/LaunchSLClient/OSXConfig.cs
index 60e5e48..0d866af 100644
--- a/OpenSim/Tools/LaunchSLClient/LaunchSLClient/OSXConfig.cs
+++ b/OpenSim/Tools/LaunchSLClient/LaunchSLClient/OSXConfig.cs
@@ -46,5 +46,10 @@ namespace LaunchSLClient
46 runLine = exePath + "/Second Life"; 46 runLine = exePath + "/Second Life";
47 exeFlags = ""; 47 exeFlags = "";
48 } 48 }
49
50 public override string GetConfigDir()
51 {
52 return "";
53 }
49 } 54 }
50} 55}