Skip to content
Snippets Groups Projects

Finishing Touch II

Merged Schuh Martin requested to merge DataBase into development
1 file
+ 12
0
Compare changes
  • Side-by-side
  • Inline
@@ -403,6 +403,18 @@ public class Persistence {
}
}
public void verifyAppSettings() throws DatabaseException{
try {
Parser.volumeValid(settings.getSfxVolume());
Parser.volumeValid(settings.getMusicVolume());
log.info("Settings data is valid!");
}
catch(Exception e){
log.error(e);
throw new DatabaseException(e.getMessage());
}
}
public void resetPlayerStatistics() throws DatabaseException{
try {
verifyPlayerAccount();
Loading