diff options
| author | Michael <[email protected]> | 2017-02-04 11:14:39 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-04 11:14:39 -0500 |
| commit | 28a087d2d4961fd80d827df968de0f6f63da07eb (patch) | |
| tree | a58ef9c8fd9d462c77226d05222bcf81859e9652 /ShiftOS.Server | |
| parent | 9aa2c1f03bc09435ba46c760383113ba4f1cabd0 (diff) | |
| download | shiftos_thereturn-28a087d2d4961fd80d827df968de0f6f63da07eb.tar.gz shiftos_thereturn-28a087d2d4961fd80d827df968de0f6f63da07eb.tar.bz2 shiftos_thereturn-28a087d2d4961fd80d827df968de0f6f63da07eb.zip | |
Add name changer backend
You can use the DefaultTitleAttribute on an IShiftOSWindow to specify a
default title for the window and name changer entry.
Diffstat (limited to 'ShiftOS.Server')
| -rw-r--r-- | ShiftOS.Server/Program.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ShiftOS.Server/Program.cs b/ShiftOS.Server/Program.cs index 3ad8035..9399859 100644 --- a/ShiftOS.Server/Program.cs +++ b/ShiftOS.Server/Program.cs @@ -429,8 +429,10 @@ Contents: bool legionExists = false; foreach (var legion in legions) + { if (legion.ShortName == l.ShortName) legionExists = true; + } if (legionExists == false) { |
