Skip to content

Commit

Permalink
1.7.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mentrillum committed May 24, 2022
1 parent 2819ccc commit 4a57768
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions addons/sourcemod/scripting/sf2.sp
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ bool steamworks;
#include <sf2>
#pragma newdecls required

#define PLUGIN_VERSION "1.7.4 M"
#define PLUGIN_VERSION_DISPLAY "1.7.4 M"
#define PLUGIN_VERSION "1.7.4.1 M"
#define PLUGIN_VERSION_DISPLAY "1.7.4.1 M"

#define TFTeam_Spectator 1
#define TFTeam_Red 2
Expand Down
4 changes: 2 additions & 2 deletions addons/sourcemod/scripting/sf2/npc.sp
Original file line number Diff line number Diff line change
Expand Up @@ -3014,10 +3014,10 @@ void RemoveProfile(int bossIndex)

void SpawnSlender(SF2NPC_BaseNPC Npc, const float pos[3])
{
/*if (!IsRoundPlaying())
if (!IsRoundPlaying())
{
return;
}*/
}

if (SF_IsRenevantMap() && GetRoundState() != SF2RoundState_Escape)
{
Expand Down

0 comments on commit 4a57768

Please sign in to comment.