Skip to content

Commit

Permalink
I missed one temp change
Browse files Browse the repository at this point in the history
  • Loading branch information
Mentrillum authored Jul 7, 2022
1 parent 31dd8fe commit e6692e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/sourcemod/scripting/sf2/effects.sp
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ void SlenderSpawnEffects(int bossIndex)
}
}

if (entity != -1)
if (entity > -1)
{
char value[PLATFORM_MAX_PATH];
g_Config.GetString("renderamt", value, sizeof(value), "255");
Expand Down

0 comments on commit e6692e5

Please sign in to comment.