Skip to content

Commit c7ae669

Browse files
committed
update(basiccomponent): Removing prefix from tag in sw_status
1 parent 8a27d67 commit c7ae669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/BasicComponent/src/BasicComponent.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ CON_COMMAND_F(sw_status, "Shows the connection status to the server.", FCVAR_CLI
4343
CPlayerSlot sl = context.GetPlayerSlot();
4444
CPlayerSlot *slot = &sl;
4545

46-
PrintToClientOrConsole(slot, "Commands - Status", "playerid\tname\tsteamid\t\ttime\t\tstate\n");
46+
PrintToClientOrConsole(slot, "Status", "playerid\tname\tsteamid\t\ttime\t\tstate\n");
4747

4848
for (uint16 i = 0; i < g_playerManager->GetPlayerCap(); i++)
4949
{

0 commit comments

Comments
 (0)