Added /freeze to cl.register

This commit is contained in:
nossr50 2010-12-15 16:37:18 -08:00
parent d0c33562b4
commit 6d8214e655

View File

@ -55,6 +55,7 @@ public class vMinecraftCommands{
cl.register("/demote", "demote", "Demote a player one rank");
//Movement
cl.register("/freeze", "freeze");
cl.register("/tp", "teleport");
cl.register("/tphere", "tphere");
cl.register("/masstp", "masstp", "Teleports those with lower permissions to you");