mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-20 22:18:58 +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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue