More config cleanup in LaunchSLClient.

This commit is contained in:
Jeff Ames
2008-05-01 17:26:35 +00:00
parent a0ccb1235a
commit 138e612300
5 changed files with 29 additions and 14 deletions

View File

@@ -38,5 +38,10 @@ namespace LaunchSLClient
runLine = "secondlife";
exeFlags = "";
}
public override string GetConfigDir()
{
return "";
}
}
}