fix /playertags command not shoing the ui

This commit is contained in:
2023-05-26 20:04:34 +02:00
parent a49b19831a
commit 3bc996e356

View File

@@ -75,7 +75,7 @@ namespace PlayerTags
switch (command)
{
case c_CommandName:
if (string.IsNullOrWhiteSpace(command))
if (string.IsNullOrWhiteSpace(arguments))
UiBuilder_OpenConfigUi();
else
{