Mark inventory action tip seen

This commit is contained in:
Vortrex
2023-03-05 23:26:34 -06:00
parent 3de60247c6
commit 9a06d7e7ba

View File

@@ -2414,6 +2414,8 @@ function listPlayerInventoryCommand(command, params, client) {
//showPlayerInventoryToPlayer(client, targetClient);
showPlayerInventoryToPlayer(client, client);
markPlayerActionTipSeen(client, "ViewInventory");
}
// ===========================================================================