Allowed /warp list without page num

This commit is contained in:
Twitchy 2011-06-22 17:11:27 +12:00
parent 2f6c6bd1a4
commit 0a5b14644d

View file

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