summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsnowleo <snowleo@e251c2fe-e539-e718-e476-b85c1f46cddb>2011-04-11 11:23:10 +0000
committersnowleo <snowleo@e251c2fe-e539-e718-e476-b85c1f46cddb>2011-04-11 11:23:10 +0000
commit13940ddebeac9392d1eafce82ba254aa1ac9d596 (patch)
tree727abd83c087434ac9f74da7bb491e1620269041
parent0c0a8b2602ca1c1267dc43b53f992bf2d7155910 (diff)
downloadEssentials-13940ddebeac9392d1eafce82ba254aa1ac9d596.tar
Essentials-13940ddebeac9392d1eafce82ba254aa1ac9d596.tar.gz
Essentials-13940ddebeac9392d1eafce82ba254aa1ac9d596.tar.lz
Essentials-13940ddebeac9392d1eafce82ba254aa1ac9d596.tar.xz
Essentials-13940ddebeac9392d1eafce82ba254aa1ac9d596.zip
[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
-rw-r--r--Essentials/src/com/earth2me/essentials/commands/Commandantioch.java4
1 files 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.");