Skip to content

Commit

Permalink
Fixed author (again) & more improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
BetTD committed Aug 10, 2021
1 parent 76b3fe1 commit be9ab95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/us/sparkedhost/pterobungee/PteroBungee.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public final class PteroBungee extends Plugin {
public void onEnable() {
// Plugin startup logic
getProxy().getPluginManager().registerCommand(this, new StopCommand());
getLogger().log(Level.INFO, "PteroBungee loaded. v" + getProxy().getPluginManager().getPlugin("PteroBungee").getDescription().getVersion() + " developed by SparkedHost");
getLogger().log(Level.INFO, "PteroBungee loaded. v" + this.getDescription().getVersion() + " developed by" + this.getDescription().getAuthor());
Runnable doneOutput = this::sendStartedMsg;
getProxy().getScheduler().runAsync(this, doneOutput);
}
Expand Down

0 comments on commit be9ab95

Please sign in to comment.