mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-11-22 10:36:17 +01:00
Updated the Potals.yml file location
This commit is contained in:
parent
3408a8555c
commit
b8bfc12962
@ -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");
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user