Update boss projectile check list. Superadmin/permissions now ignore this check.

This commit is contained in:
Zack Piispanen 2013-12-19 21:10:05 -05:00
parent 2dc99c2d8c
commit 90ce9cdd94
2 changed files with 4 additions and 4 deletions

View file

@ -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)
{