Update boss projectile check list. Superadmin/permissions now ignore this check.
This commit is contained in:
parent
2dc99c2d8c
commit
90ce9cdd94
2 changed files with 4 additions and 4 deletions
|
|
@ -1684,7 +1684,7 @@ namespace TShockAPI
|
|||
if (Main.netMode != 1)
|
||||
{
|
||||
NPC.waveKills = 0f;
|
||||
NPC.waveCount = 1;
|
||||
NPC.waveCount = wave;
|
||||
string text = "Snow Invasion started at wave: " + wave;
|
||||
if (Main.netMode == 0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue