diff --git a/Bloxstrap/LaunchSettings.cs b/Bloxstrap/LaunchSettings.cs index 1bb312f..625f32b 100644 --- a/Bloxstrap/LaunchSettings.cs +++ b/Bloxstrap/LaunchSettings.cs @@ -119,6 +119,12 @@ namespace Bloxstrap continue; } + if (flag.Active) + { + App.Logger.WriteLine(LOG_IDENT, $"Tried to set {identifier} flag twice"); + continue; + } + flag.Active = true; if (i < Args.Length - 1 && Args[i+1] is string nextArg && !nextArg.StartsWith('-'))