Skip to content

Commit 59070c0

Browse files
authored
Update cs2-store.cs
feat(menu): add support for returning to the previous menu - Implemented functionality to allow users to navigate back to the previous menu, improving usability and menu flow.
1 parent 996e08f commit 59070c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Store/src/cs2-store.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public class Store : BasePlugin, IPluginConfig<Item_Config>
2929
public Dictionary<CBaseModelEntity, CCSPlayerController> InspectList { get; set; } = [];
3030

3131
public override void Load(bool hotReload)
32-
{
32+
{
3333
Capabilities.RegisterPluginCapability(IStoreApi.Capability, () => Api);
3434
Instance = this;
3535

0 commit comments

Comments
 (0)