Skip to content

Commit ae6d732

Browse files
committed
Merge pull request #2 from xxFlare/patch-1
Possible crash fix?
2 parents 1f63a23 + 847b554 commit ae6d732

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/taptodo/TapToDo.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class TapToDo extends PluginBase implements CommandExecutor, Listener{
1717
public $config;
1818
public $b;
1919
public function onEnable(){
20-
@mkdir($this->getDataFolder());
20+
// @mkdir($this->getDataFolder());
2121
$this->s = [];
2222
$this->b = [];
2323
$this->saveResource("blocks.yml");
@@ -266,4 +266,4 @@ public function setConfig($config){
266266
$this->config = $config;
267267
}
268268

269-
}
269+
}

0 commit comments

Comments
 (0)