Skip to content

Commit

Permalink
Fix wrong error message for failed detour setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikusch committed Apr 12, 2022
1 parent 5279922 commit 63177aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/sourcemod/scripting/hwn_cosmetic_enabler.sp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public void OnPluginStart()
{
g_hDetourInputFire = DynamicDetour.FromConf(hGameData, "CLogicOnHoliday::InputFire");
if (!g_hDetourInputFire)
LogError("Failed to setup detour for CTFPlayer::InputFire");
LogError("Failed to setup detour for CLogicOnHoliday::InputFire");

delete hGameData;
}
Expand Down

0 comments on commit 63177aa

Please sign in to comment.