mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-05 18:27:17 +01:00
Added missing //CB comment
This commit is contained in:
parent
1fa4d8430e
commit
fdab1db7c5
1 changed files with 1 additions and 1 deletions
|
@ -765,7 +765,7 @@ public class MinecraftServer implements Runnable, ICommandListener, IMinecraftSe
|
|||
}
|
||||
|
||||
public String getServerModName() {
|
||||
return "craftbukkit";
|
||||
return "craftbukkit"; // CraftBukkit - cb > vanilla!
|
||||
}
|
||||
|
||||
public static boolean isRunning(MinecraftServer minecraftserver) {
|
||||
|
|
Loading…
Reference in a new issue