Add missing javadoc to loadFiles methods

This commit is contained in:
Thijs Wiefferink 2017-02-02 23:03:55 +01:00
parent 11f80e7ed1
commit 7afdefc9ed
1 changed files with 2 additions and 0 deletions

View File

@ -718,6 +718,7 @@ public class FileManager extends Manager {
/**
* Load all files from disk
* @param thisTick Load files in the current tick or a tick later
* @return true if the files are loaded correctly, otherwise false
*/
public boolean loadFiles(boolean thisTick) {
@ -861,6 +862,7 @@ public class FileManager extends Manager {
/**
* Load all region files
* @param thisTick Load files in the current tick or a tick later
*/
public void loadRegionFiles(boolean thisTick) {
regions.clear();