Skip to content

Commit c06b304

Browse files
authored
MAIN Updated to v1.1.0
1 parent 924d8b3 commit c06b304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DANIHEX/redeemcode/Main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function onLoad(){
2727

2828
public function onEnable(){
2929
$this->saveResource("strings.yml");
30-
$this->strings = new Config($this->df . "strings.yml", Confgi::YAML);
30+
$this->strings = new Config($this->df . "strings.yml", Confg::YAML);
3131
$this->getServer()->getPluginManager()->registerEvents($this, $this);
3232
}
3333

0 commit comments

Comments
 (0)