From 13940ddebeac9392d1eafce82ba254aa1ac9d596 Mon Sep 17 00:00:00 2001 From: snowleo Date: Mon, 11 Apr 2011 11:23:10 +0000 Subject: [PATCH] [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 --- .../src/com/earth2me/essentials/commands/Commandantioch.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Essentials/src/com/earth2me/essentials/commands/Commandantioch.java b/Essentials/src/com/earth2me/essentials/commands/Commandantioch.java index 9e234ea15..e23c6aff7 100644 --- a/Essentials/src/com/earth2me/essentials/commands/Commandantioch.java +++ b/Essentials/src/com/earth2me/essentials/commands/Commandantioch.java @@ -20,11 +20,11 @@ public class Commandantioch extends EssentialsCommand @Override 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."); return; - } + }*/ server.broadcastMessage("...lobbest thou thy Holy Hand Grenade of Antioch towards thy foe,"); server.broadcastMessage("who being naughty in My sight, shall snuff it.");