1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-03-25 00:07:36 +01:00

Added missing //CB comment

This commit is contained in:
Dinnerbone (Laptop) 2012-03-30 23:43:52 +02:00
parent 1fa4d8430e
commit fdab1db7c5

View file

@ -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) {