diff --git a/PlayerTags/Plugin.cs b/PlayerTags/Plugin.cs index 0839ed2..5a8f01d 100644 --- a/PlayerTags/Plugin.cs +++ b/PlayerTags/Plugin.cs @@ -75,7 +75,7 @@ namespace PlayerTags switch (command) { case c_CommandName: - if (string.IsNullOrWhiteSpace(command)) + if (string.IsNullOrWhiteSpace(arguments)) UiBuilder_OpenConfigUi(); else {