mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-12-22 17:18:37 +01:00
[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:
parent
0c0a8b2602
commit
13940ddebe
@ -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.");
|
||||
|
Loading…
Reference in New Issue
Block a user