Skip to content

refactor(core): use GameData & DynamicHook methodmap#19

Merged
Rushaway merged 1 commit into
masterfrom
Rushaway-patch-1
May 16, 2026
Merged

refactor(core): use GameData & DynamicHook methodmap#19
Rushaway merged 1 commit into
masterfrom
Rushaway-patch-1

Conversation

@Rushaway
Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings May 15, 2026 08:12
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR refactors the FixNapalmLag SourceMod plugin to use newer GameData and DynamicHook methodmap APIs while preserving the existing RadiusDamage hook behavior.

Changes:

  • Replaces legacy gamedata handle loading with GameData.
  • Replaces legacy DHooks handle setup with DynamicHook.
  • Bumps plugin version from 1.0.4 to 1.0.5.


// Block napalm damage if it's coming from another client.
if(1 <= iEntIgnore <= MaxClients)
if (1 <= iEntIgnore <= MaxClients)
@Rushaway Rushaway merged commit e5f31e0 into master May 16, 2026
10 checks passed
@Rushaway Rushaway deleted the Rushaway-patch-1 branch May 16, 2026 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants