mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-12-04 12:51:09 -05:00
20w20a not 20w120a
This commit is contained in:
parent
20f73c5e1e
commit
1dba7dc735
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ package com.github.steveice10.mc.protocol;
|
|||
|
||||
public class MinecraftConstants {
|
||||
// General Constants
|
||||
public static final String GAME_VERSION = "20w120a";
|
||||
public static final String GAME_VERSION = "20w20a";
|
||||
public static final int PROTOCOL_VERSION = 716;
|
||||
|
||||
// General Key Constants
|
||||
|
|
Loading…
Reference in a new issue