Display 'Spigot' in client crashes, server lists and Mojang stats

By: Thinkofdeath <thethinkofdeath@gmail.com>
This commit is contained in:
CraftBukkit/Spigot 2014-04-11 11:16:34 +01:00
parent 1cb6ba6942
commit 88fc243cd1

View File

@ -944,7 +944,7 @@
@DontObfuscate
public String getServerModName() {
- return "vanilla";
+ return this.server.getName(); // CraftBukkit - cb > vanilla!
+ return "Spigot"; // Spigot - Spigot > // CraftBukkit - cb > vanilla!
}
public SystemReport fillSystemReport(SystemReport details) {