Skip to content

Load same SM plugin multiple time. #1595

Open
@ambaca

Description

@ambaca

Help us help you

  • ❌ I have checked that my issue doesn't exist yet.
  • ❌ I have tried my absolute best to reduce the problem-space and have provided the absolute smallest test-case possible.
  • ❌ I can always reproduce the issue with the provided description below.

Environment

  • Operating System version: Windows 10
  • Game/AppID (with version if applicable): Counter-Strike: Source version : 6630498/24 6630498
  • Current SourceMod version: SourceMod Version: 1.10.0.6510
  • Current SourceMod snapshot:
  • Current Metamod: Source snapshot:
  • ❌ I have updated SourceMod to the latest version and it still happens.
  • ❌ I have updated SourceMod to the latest snapshot and it still happens.
  • ❌ I have updated SourceMM to the latest snapshot and it still happens.

Description

You can load same plugin multiple times. Don't know would this be bad thing, perhaps good feature for something development.

Problematic Code (or Steps to Reproduce)

sm plugins load boon
sm plugins load /boon
sm plugins load ./boon
...
sm plugins load ./././boon

sm plugins list
...
20 "test.smx"
21 "\boon.smx"
22 ".\boon.smx"
23 "Reserved Slots" (1.10.0.6510) by AlliedModders LLC
24 ".\.\boon.smx"
25 ".\.\.\boon.smx"

Logs

  • Please attach in separate files: game output, library logs, kernel logs, and any other supporting information.
  • In case of a crash, please attach minidump or dump analyze output.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Good First IssueIssues that are suitable for first-time contributors.Help Wantedup for grabs

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions