Skip to content

Commit 016d5f5

Browse files
committed
Update BossSpawning logic
Actually resolves #921
1 parent 613fa45 commit 016d5f5

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

-14 Bytes
Binary file not shown.

addons/sourcemod/scripting/confoglcompmod.sp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#define DEBUG_ALL 0
55

6-
#define PLUGIN_VERSION "2.4.6"
6+
#define PLUGIN_VERSION "2.4.7"
77

88
// Using these macros, you can disable unnecessary modules,
99
// and they will not be included in the plugin at compile time,

addons/sourcemod/scripting/confoglcompmod/BossSpawning.sp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ void BS_OnMapStart()
4949
{
5050
BS_bIsFirstRound = true;
5151
BS_bFinaleStarted = false;
52+
BS_bDeleteWitches = false;
5253

5354
for (int i = 0; i < ROUND_MAX_COUNT; i++) {
5455
BS_iTankCount[i] = 0;

0 commit comments

Comments
 (0)