those should be private
This commit is contained in:
parent
aee2126d21
commit
7a9ae5076b
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ import java.util.*
|
||||||
val prop = Properties()
|
val prop = Properties()
|
||||||
|
|
||||||
class Config {
|
class Config {
|
||||||
val confPath = Paths.get("").toAbsolutePath().toString()
|
private val confPath = Paths.get("").toAbsolutePath().toString()
|
||||||
val confFile = File("$confPath/bot.cfg")
|
private val confFile = File("$confPath/bot.cfg")
|
||||||
|
|
||||||
init {
|
init {
|
||||||
if (confFile.exists()) {
|
if (confFile.exists()) {
|
||||||
|
|
Loading…
Reference in a new issue