1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

Problem

Discussion in 'Development' started by kingyousef, Aug 6, 2018.

  1. kingyousef

    kingyousef Silverfish

    Messages:
    17
    GitHub:
    kingyosuef
    Line: 333
    Type: E_COMPILE_ERROR

    THIS CRASH WAS CAUSED BY A PLUGIN

    Code:
    [324] $sender->sendMessage($this->getPrefix().$this->getMsg('setlobby_help'));
    [325] break;
    [326] }
    [327] $this->setters[strtolower($sender->getName())]['type'] = "mainlobby";
    [328] $sender->sendMessage($this->getPrefix().$this->getMsg('break_block'));
    [329] break;
    [330] default:
    [331] $sender->sendMessage($this->getPrefix().$this->getMsg('help'));
    [332] }
    [333] return;
    [334] }
    [335] $sender->sendMessage('run command only in-game');
    [336] return;
    [337] }
    [338] $sender->sendMessage($this->getPrefix().$this->getMsg('help'));
    [339] }
    [340] }
    [341]
    [342] public function arenaExist($name){
    [343] if(isset($this->arenas[$name])){
     
  2. corytortoise

    corytortoise Skeleton

    Messages:
    825
    GitHub:
    corytortoise
    Take a look at this thread. What plugin are you using?
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.