mirror of
				https://github.com/GeyserMC/Geyser.git
				synced 2024-08-14 23:57:35 +00:00 
			
		
		
		
	Fix floodgate not working with the default config (#4951)
This commit is contained in:
		
							parent
							
								
									8d1e9e95ef
								
							
						
					
					
						commit
						86d0a47206
					
				
					 3 changed files with 5 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -155,6 +155,9 @@ public class GeyserViaProxyPlugin extends ViaProxyPlugin implements GeyserBootst
 | 
			
		|||
            // Only initialize the ping passthrough if the protocol version is above beta 1.7.3, as that's when the status protocol was added
 | 
			
		||||
            this.pingPassthrough = GeyserLegacyPingPassthrough.init(this.geyser);
 | 
			
		||||
        }
 | 
			
		||||
        if (this.config.getRemote().authType() == AuthType.FLOODGATE) {
 | 
			
		||||
            ViaProxy.getConfig().setPassthroughBungeecordPlayerInfo(true);
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    @Override
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -2,4 +2,4 @@ name: "${name}-ViaProxy"
 | 
			
		|||
version: "${version}"
 | 
			
		||||
author: "${author}"
 | 
			
		||||
main: "org.geysermc.geyser.platform.viaproxy.GeyserViaProxyPlugin"
 | 
			
		||||
min-version: "3.2.1"
 | 
			
		||||
min-version: "3.3.2"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -30,7 +30,7 @@ cloud-minecraft-modded = "2.0.0-beta.7"
 | 
			
		|||
commodore = "2.2"
 | 
			
		||||
bungeecord = "a7c6ede"
 | 
			
		||||
velocity = "3.3.0-SNAPSHOT"
 | 
			
		||||
viaproxy = "3.2.1"
 | 
			
		||||
viaproxy = "3.3.2-SNAPSHOT"
 | 
			
		||||
fabric-loader = "0.15.11"
 | 
			
		||||
fabric-api = "0.100.1+1.21"
 | 
			
		||||
neoforge-minecraft = "21.0.0-beta"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue