December 2014 files
This commit is contained in:
@@ -7,6 +7,11 @@
|
||||
|
||||
AdminLogCommand *Command::logger;
|
||||
|
||||
int Command::getPermissionLevel()
|
||||
{
|
||||
return LEVEL_OWNERS;
|
||||
}
|
||||
|
||||
bool Command::canExecute(shared_ptr<CommandSender> source)
|
||||
{
|
||||
return source->hasPermission(getId());
|
||||
|
||||
Reference in New Issue
Block a user