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

Commit

Permalink
KC-Unofficial fix #33
Browse files Browse the repository at this point in the history
  • Loading branch information
kasper Franz committed Jan 27, 2016
1 parent 20d0fb5 commit 8914196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/spigotmc/Metrics.java
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ public File getConfigFile() {
*/
private void postPlugin(final boolean isPing) throws IOException {
// Server software specific section
String pluginName = "Spigot";
String pluginName = "KC-Unofficial";
boolean onlineMode = Bukkit.getServer().getOnlineMode(); // TRUE if online mode is enabled
String pluginVersion = (Metrics.class.getPackage().getImplementationVersion() != null) ? Metrics.class.getPackage().getImplementationVersion() : "unknown";
String serverVersion = Bukkit.getVersion();
Expand Down

0 comments on commit 8914196

Please sign in to comment.