Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified addons/sourcemod/plugins/confoglcompmod.smx
Binary file not shown.
2 changes: 1 addition & 1 deletion addons/sourcemod/scripting/confoglcompmod.sp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#define DEBUG_ALL 0

#define PLUGIN_VERSION "2.4.6"
#define PLUGIN_VERSION "2.4.7"

// Using these macros, you can disable unnecessary modules,
// and they will not be included in the plugin at compile time,
Expand Down
1 change: 1 addition & 0 deletions addons/sourcemod/scripting/confoglcompmod/BossSpawning.sp
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ void BS_OnMapStart()
{
BS_bIsFirstRound = true;
BS_bFinaleStarted = false;
BS_bDeleteWitches = false;

for (int i = 0; i < ROUND_MAX_COUNT; i++) {
BS_iTankCount[i] = 0;
Expand Down
Loading