aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Server/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS.Server/Program.cs')
-rw-r--r--ShiftOS.Server/Program.cs2
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)
{