Skip to content
This repository has been archived by the owner on Jan 26, 2019. It is now read-only.

Commit

Permalink
Woops managed to revert this
Browse files Browse the repository at this point in the history
  • Loading branch information
sameer committed Feb 25, 2016
1 parent 31fb335 commit fda2427
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

if (args.length == 0) {
- sender.sendMessage("This server is running " + Bukkit.getName() + " version " + Bukkit.getVersion() + " (Implementing API version " + Bukkit.getBukkitVersion() + ")");
+ sender.sendMessage("This server is running Thermos | https://github.com/TCPR/Thermos | " + Bukkit.getBukkitVersion());
+ sender.sendMessage("This server is running Thermos | https://github.com/TCPR/Thermos | " + Bukkit.getBukkitVersion() + " | " + Bukkit.getVersion());
} else {
- StringBuilder name = new StringBuilder();

Expand Down

0 comments on commit fda2427

Please sign in to comment.