HERE BE DRAGONS
This commit is contained in:
parent
5171231ded
commit
3df26cd0c2
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class Config {
|
||||||
prop.setProperty("helpTipHeight", "3")
|
prop.setProperty("helpTipHeight", "3")
|
||||||
}
|
}
|
||||||
val out: OutputStream = FileOutputStream(file)
|
val out: OutputStream = FileOutputStream(file)
|
||||||
prop.store(out, "PotRogue Configuration File, restart game if changed value.")
|
prop.store(out, "PotRogue Configuration File, restart game if changed value. HERE BE DRAGONS.")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//Convert values from the config file to in-code variables,
|
//Convert values from the config file to in-code variables,
|
||||||
|
|
Loading…
Reference in a new issue