Fix /sb plantera setting time to night, optimize SSC inventory saving, fix angler quests in SSC

This commit is contained in:
MarioE 2014-06-05 18:39:13 -04:00
parent af3f5ef954
commit ffa68c1115
3 changed files with 65 additions and 58 deletions

View file

@ -1792,7 +1792,6 @@ namespace TShockAPI
return;
case "plantera":
npc.SetDefaults(262);
TSPlayer.Server.SetTime(false, 0.0);
TSPlayer.Server.SpawnNPC(npc.type, npc.name, amount, args.Player.TileX, args.Player.TileY);
TSPlayer.All.SendSuccessMessage("{0} has spawned Plantera {1} time(s).", args.Player.Name, amount);
return;