Updated the Potals.yml file location

This commit is contained in:
sekwah41 2013-10-08 20:51:53 +01:00
parent 3408a8555c
commit b8bfc12962
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ public class Listeners implements Listener {
@EventHandler
public void onMoveEvent(PlayerMoveEvent event) {
// will check if the player is in the portal or not.
ConfigAccessor config = new ConfigAccessor(plugin, "PlayerStats" + File.separator + "Portals.yml");
ConfigAccessor config = new ConfigAccessor(plugin, "Portals.yml");
}