forked from GeyserMC/Geyser
		
	Update everything else
This commit is contained in:
		
							parent
							
								
									7c580ba4a0
								
							
						
					
					
						commit
						204035323b
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		|  | @ -38,7 +38,7 @@ | |||
|         </dependency> | ||||
|         <dependency> | ||||
|             <groupId>com.nukkitx.protocol</groupId> | ||||
|             <artifactId>bedrock-v389</artifactId> | ||||
|             <artifactId>bedrock-v390</artifactId> | ||||
|             <version>2.5.5-SNAPSHOT</version> | ||||
|             <scope>compile</scope> | ||||
|             <exclusions> | ||||
|  |  | |||
|  | @ -27,7 +27,7 @@ package org.geysermc.connector; | |||
| 
 | ||||
| import com.nukkitx.protocol.bedrock.BedrockPacketCodec; | ||||
| import com.nukkitx.protocol.bedrock.BedrockServer; | ||||
| import com.nukkitx.protocol.bedrock.v389.Bedrock_v389; | ||||
| import com.nukkitx.protocol.bedrock.v390.Bedrock_v390; | ||||
| 
 | ||||
| import lombok.Getter; | ||||
| 
 | ||||
|  | @ -58,7 +58,7 @@ import java.util.concurrent.TimeUnit; | |||
| @Getter | ||||
| public class GeyserConnector { | ||||
| 
 | ||||
|     public static final BedrockPacketCodec BEDROCK_PACKET_CODEC = Bedrock_v389.V389_CODEC; | ||||
|     public static final BedrockPacketCodec BEDROCK_PACKET_CODEC = Bedrock_v390.V390_CODEC; | ||||
| 
 | ||||
|     public static final String NAME = "Geyser"; | ||||
|     public static final String VERSION = "1.0-SNAPSHOT"; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue