mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-15 11:04:29 +02: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:
@@ -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.");
|
||||
|
Reference in New Issue
Block a user