Skip to content

Deposit/Withdraw functions do not check if Boost Store is open #949

Description

@86Yin

In the file sh_boost_store.gnut, the functions ClientCommand_Deposit and ClientCommand_Withdraw do not check if the Boost Store is open before executing their operations.

Relevant code:

bool function ClientCommand_Deposit( entity player, array<string> args )
{
    // if ( !BoostStoreOpen() )
    //     return true;
    ...
}

bool function ClientCommand_Withdraw( entity player, array<string> args )
{
    // if ( !BoostStoreOpen() )
    //     return true;
    ...
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status
    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions