aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Objects/UserConfig.cs
diff options
context:
space:
mode:
authorwilliam341 <[email protected]>2017-06-19 12:16:31 -0700
committerGitHub <[email protected]>2017-06-19 12:16:31 -0700
commit09e2268bc220b299ef2c1b8779c4df0b5ef4df3c (patch)
tree4ebdeea150ea168678d6b08c8d1d20d246ee6ac2 /ShiftOS.Objects/UserConfig.cs
parentc22370d643008e55121c0ddeaca0b81d755573ff (diff)
parentdf37f3c366fe5884b17fa0b66d154536f8df93d2 (diff)
downloadshiftos_thereturn-09e2268bc220b299ef2c1b8779c4df0b5ef4df3c.tar.gz
shiftos_thereturn-09e2268bc220b299ef2c1b8779c4df0b5ef4df3c.tar.bz2
shiftos_thereturn-09e2268bc220b299ef2c1b8779c4df0b5ef4df3c.zip
Merge pull request #4 from shiftos-game/master
pulling
Diffstat (limited to 'ShiftOS.Objects/UserConfig.cs')
-rw-r--r--ShiftOS.Objects/UserConfig.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/ShiftOS.Objects/UserConfig.cs b/ShiftOS.Objects/UserConfig.cs
index 61d11b8..579ce00 100644
--- a/ShiftOS.Objects/UserConfig.cs
+++ b/ShiftOS.Objects/UserConfig.cs
@@ -10,7 +10,7 @@ namespace ShiftOS.Objects
{
public class UserConfig
{
- public string UniteUrl { get; set; }
+ public string Language { get; set; }
public string DigitalSocietyAddress { get; set; }
public int DigitalSocietyPort { get; set; }
@@ -18,7 +18,7 @@ namespace ShiftOS.Objects
{
var conf = new UserConfig
{
- UniteUrl = "http://getshiftos.ml",
+ Language = "english",
DigitalSocietyAddress = "michaeltheshifter.me",
DigitalSocietyPort = 13370
};