We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 924d8b3 commit c06b304Copy full SHA for c06b304
src/DANIHEX/redeemcode/Main.php
@@ -27,7 +27,7 @@ public function onLoad(){
27
28
public function onEnable(){
29
$this->saveResource("strings.yml");
30
- $this->strings = new Config($this->df . "strings.yml", Confgi::YAML);
+ $this->strings = new Config($this->df . "strings.yml", Confg::YAML);
31
$this->getServer()->getPluginManager()->registerEvents($this, $this);
32
}
33
0 commit comments