Skip to content

Commit

Permalink
1.7.5.03
Browse files Browse the repository at this point in the history
  • Loading branch information
Mentrillum committed Oct 26, 2022
1 parent 2b81b74 commit 8e2d1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/sourcemod/scripting/sf2/npc.sp
Original file line number Diff line number Diff line change
Expand Up @@ -4855,7 +4855,7 @@ stock bool SlenderAddGlow(int bossIndex, const char[] attachment="", int color[4
AcceptEntityInput(glow, "SetGlowColor");
g_DHookShouldTransmit.HookEntity(Hook_Pre, glow, Hook_EntityShouldTransmit);
g_DHookUpdateTransmitState.HookEntity(Hook_Pre, glow, Hook_GlowUpdateTransmitState);
SetEntityTransmitState(glow, FL_EDICT_CHANGED);
SetEntityTransmitState(glow, FL_EDICT_FULLCHECK);

return true;
}
Expand Down

0 comments on commit 8e2d1ad

Please sign in to comment.