Fixed egit problems

This commit is contained in:
sekwah41 2013-10-08 20:11:21 +01:00
parent 8c27fa76ec
commit 1beb67cb7b
4 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ public class AdvancedPortalsPlugin extends JavaPlugin {
new Listeners(this);
this.getServer().getConsoleSender().sendMessage("§aAdvanced portals have been sucsessfully enabled!");
}

View File

@ -61,7 +61,7 @@ public class ConfigAccessor {
}
}
// Saves
// Saves
public void saveDefaultConfig() {
if (!configFile.exists()) {
this.plugin.saveResource(fileName, false);

View File

@ -19,7 +19,7 @@ public class Listeners implements Listener {
plugin.getServer().getPluginManager().registerEvents(this, plugin);
}
@EventHandler
@EventHandler
public void onMoveEvent(PlayerMoveEvent event) {
// will check if the player is in the portal or not.

View File

@ -1,5 +1,5 @@
main: com.sekwah.advancedportals.AdvancedPortalsPlugin
name: AdvancedPortals
version: 0.0.1
version: 0.0.1
author: SEKWAH41
description: An advanced portals plugin for bukkit.