fix /playertags command not shoing the ui
This commit is contained in:
@@ -75,7 +75,7 @@ namespace PlayerTags
|
||||
switch (command)
|
||||
{
|
||||
case c_CommandName:
|
||||
if (string.IsNullOrWhiteSpace(command))
|
||||
if (string.IsNullOrWhiteSpace(arguments))
|
||||
UiBuilder_OpenConfigUi();
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user