From 0a5b14644dd23a058e75a79da8d674565cf89296 Mon Sep 17 00:00:00 2001 From: Twitchy Date: Wed, 22 Jun 2011 17:11:27 +1200 Subject: [PATCH] Allowed /warp list without page num --- TShockAPI/Commands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs index c5cc9382..262e949c 100755 --- a/TShockAPI/Commands.cs +++ b/TShockAPI/Commands.cs @@ -798,7 +798,7 @@ namespace TShockAPI private static void UseWarp(CommandArgs args) { - if (args.Parameters.Count > 1) + if (args.Parameters.Count > 0) { if (args.Parameters[0].Equals("list")) {