diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs index c0ff4e0b..7a1f2706 100755 --- a/TShockAPI/Commands.cs +++ b/TShockAPI/Commands.cs @@ -1678,7 +1678,7 @@ namespace TShockAPI { TSPlayer.Server.SetTime(false, 0.0); - int wave = 0; + int wave = 1; if (args.Parameters.Count != 0) int.TryParse(args.Parameters[0], out wave);