Display 'Spigot' in client crashes, server lists and Mojang stats
By: Thinkofdeath <thethinkofdeath@gmail.com>
This commit is contained in:
parent
1cb6ba6942
commit
88fc243cd1
1 changed files with 1 additions and 1 deletions
|
@ -944,7 +944,7 @@
|
||||||
@DontObfuscate
|
@DontObfuscate
|
||||||
public String getServerModName() {
|
public String getServerModName() {
|
||||||
- return "vanilla";
|
- return "vanilla";
|
||||||
+ return this.server.getName(); // CraftBukkit - cb > vanilla!
|
+ return "Spigot"; // Spigot - Spigot > // CraftBukkit - cb > vanilla!
|
||||||
}
|
}
|
||||||
|
|
||||||
public SystemReport fillSystemReport(SystemReport details) {
|
public SystemReport fillSystemReport(SystemReport details) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue