From 2c2c212bf1b1130db3e447acf002600aa6a3853b Mon Sep 17 00:00:00 2001 From: nossr50 Date: Wed, 8 Dec 2010 01:38:33 -0800 Subject: [PATCH] Changing how vhelp works --- vMinecraftCommands.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vMinecraftCommands.java b/vMinecraftCommands.java index 4a66f4f74..a728078b8 100644 --- a/vMinecraftCommands.java +++ b/vMinecraftCommands.java @@ -30,7 +30,7 @@ public class vMinecraftCommands{ //If we had commands we would add them here. cl.register("/tp", "teleport"); cl.register("/vminecraft", "vminecrafthelp"); - cl.register("/vhelp", "vminecrafthelp"); + cl.registerAlias("/vhelp", "/vminecraft"); cl.register("/colors", "colors"); cl.register("/masstp", "masstp", "Teleports those with lower permissions to you"); cl.register("/reload", "reload");