[trunk] Antioch: Removed restriction to op users.

People want use the command, so we don't need this artificial restriction.

git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1178 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
snowleo 2011-04-11 11:23:10 +00:00
parent 0c0a8b2602
commit 13940ddebe

View file

@ -20,11 +20,11 @@ public class Commandantioch extends EssentialsCommand
@Override @Override
public void run(Server server, Essentials parent, User user, String commandLabel, String[] args) throws Exception public void run(Server server, Essentials parent, User user, String commandLabel, String[] args) throws Exception
{ {
if (!user.isOp()) /*if (!user.isOp())
{ {
user.sendMessage("§cNone shall pass."); user.sendMessage("§cNone shall pass.");
return; return;
} }*/
server.broadcastMessage("...lobbest thou thy Holy Hand Grenade of Antioch towards thy foe,"); server.broadcastMessage("...lobbest thou thy Holy Hand Grenade of Antioch towards thy foe,");
server.broadcastMessage("who being naughty in My sight, shall snuff it."); server.broadcastMessage("who being naughty in My sight, shall snuff it.");