mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-20 22:42:10 +01:00
Display 'Spigot' in client crashes, server lists and Mojang stats
By: Thinkofdeath <thethinkofdeath@gmail.com>
This commit is contained in:
parent
1cb6ba6942
commit
88fc243cd1
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user