Fixed path in StoreAt annotation

This commit is contained in:
Florian CUNY 2018-08-14 10:26:40 +02:00 committed by GitHub
parent bd8f402b40
commit 00a7ee524e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ import world.bentobox.bentobox.database.objects.adapters.FlagSerializer2;
* All the plugin settings are here
* @author Tastybento
*/
@StoreAt(filename="config.yml", path="addons/BentoBox-BSkyBlock") // Explicitly call out what name this should have.
@StoreAt(filename="config.yml", path="addons/BSkyBlock") // Explicitly call out what name this should have.
@ConfigComment("BSkyBlock Configuration [version]")
@ConfigComment("This config file is dynamic and saved when the server is shutdown.")
@ConfigComment("You cannot edit it while the server is running because changes will")
@ -1187,4 +1187,4 @@ public class Settings implements DataObject, WorldSettings {
}
}
}