Changes configuration values to lower camelcase

Also fixes some grammar mistakes related to the word reforge
This commit is contained in:
2022-10-03 12:39:15 +02:00
parent 9ffd788e29
commit 2489cac8db
10 changed files with 98 additions and 97 deletions

View File

@ -53,9 +53,9 @@ public class BlacksmithTrait extends Trait {
}
/**
* Gets whether this blacksmith is already in a re-forge session
* Gets whether this blacksmith is already in a reforging session
*
* @return <p>Whether already in a re-forge session</p>
* @return <p>Whether already in a reforge session</p>
*/
public boolean hasSession() {
return this.session != null;