Fix /sb plantera setting time to night, optimize SSC inventory saving, fix angler quests in SSC
This commit is contained in:
parent
af3f5ef954
commit
ffa68c1115
3 changed files with 65 additions and 58 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue