Fix codestyle, add test

This commit is contained in:
Gabriele C
2017-11-29 08:38:34 +01:00
parent c7c8e673f0
commit 610fed3c7b
5 changed files with 26 additions and 10 deletions
@@ -135,7 +135,7 @@ public class SpawnLoader implements Reloadable {
* Load the spawn point defined in CMI.
*/
public void loadCMISpawn() {
File cmiFolder = pluginHookService.getCMIDataFolder();
File cmiFolder = pluginHookService.getCmiDataFolder();
if (cmiFolder == null) {
return;
}