aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Objects/UniteClient.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-06-19 10:18:55 -0400
committerMichael <[email protected]>2017-06-19 10:19:03 -0400
commitaf9e3401e6b2c111da172da1671090f6cb33137f (patch)
tree9c6c297455de94764fd6b074311a43564a0c1860 /ShiftOS.Objects/UniteClient.cs
parent49b31c7e847cc7aa9365880f9f92e0498f1450bd (diff)
downloadshiftos_thereturn-af9e3401e6b2c111da172da1671090f6cb33137f.tar.gz
shiftos_thereturn-af9e3401e6b2c111da172da1671090f6cb33137f.tar.bz2
shiftos_thereturn-af9e3401e6b2c111da172da1671090f6cb33137f.zip
store languages in appdata
Diffstat (limited to 'ShiftOS.Objects/UniteClient.cs')
-rw-r--r--ShiftOS.Objects/UniteClient.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.Objects/UniteClient.cs b/ShiftOS.Objects/UniteClient.cs
index ccd721b..8843930 100644
--- a/ShiftOS.Objects/UniteClient.cs
+++ b/ShiftOS.Objects/UniteClient.cs
@@ -23,7 +23,7 @@ namespace ShiftOS.Unite
{
get
{
- return UserConfig.Get().UniteUrl;
+ return "";
}
}