forked from Ad5001/BetterGen
Fixing #39
This commit is contained in:
parent
6d636e7443
commit
40a6206409
1 changed files with 2 additions and 2 deletions
|
@ -115,7 +115,7 @@ class LootTable {
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public static function getPluginFolder(): string {
|
public static function getPluginFolder(): string {
|
||||||
return getcwd() . DIRECTORY_SEPARATOR . "BetterGen" . DIRECTORY_SEPARATOR;
|
return getcwd() . DIRECTORY_SEPARATOR . "plugins" . DIRECTORY_SEPARATOR . "BetterGen" . DIRECTORY_SEPARATOR;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue