Indentations matters

This commit is contained in:
Michel Roux 2012-05-11 14:21:10 +02:00
parent 0220d92004
commit 095b8b8ef5
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ public class PermissionsPlugin extends JavaPlugin {
@Override
public void onEnable() {
api = ((SimplyPlugin) getServer().getPluginManager().getPlugin("SimplyPerms")).getAPI();
// How are you gentlemen
getLogger().info("SimplyWrapper successfully enabled !");
}