From 3bc996e356c96648f2d584c8b087053b38d6a8b8 Mon Sep 17 00:00:00 2001 From: Pilzinsel64 Date: Fri, 26 May 2023 20:04:34 +0200 Subject: [PATCH] fix /playertags command not shoing the ui --- PlayerTags/Plugin.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {