We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1064250 + ad68156 commit b7b8608Copy full SHA for b7b8608
src/es/mesacarlos/webconsole/websocket/command/TpsCommand.java
@@ -19,7 +19,7 @@
19
import java.lang.reflect.Method;
20
21
public class TpsCommand implements WSCommand {
22
- private static final String mcVer = Bukkit.getServer().getClass().getPackage().getName().split("\\.")[3];
+ private static final String mcVer = Bukkit.getServer().getClass().getPackage().getName().split("\\.")[2];
23
24
@Override
25
public void execute(WSServer wsServer, WebSocket conn, String params) {
0 commit comments