mirror of
				https://github.com/KartKrewDev/RingRacers.git
				synced 2025-10-30 08:01:28 +00:00 
			
		
		
		
	Disable DRPC if dedicated
This commit is contained in:
		
							parent
							
								
									4019005cfd
								
							
						
					
					
						commit
						2d5b48e08c
					
				
					 2 changed files with 13 additions and 2 deletions
				
			
		
							
								
								
									
										10
									
								
								src/d_main.c
									
										
									
									
									
								
							
							
						
						
									
										10
									
								
								src/d_main.c
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -732,7 +732,10 @@ void D_SRB2Loop(void)
 | 
			
		|||
#endif
 | 
			
		||||
 | 
			
		||||
#ifdef HAVE_DISCORDRPC
 | 
			
		||||
		Discord_RunCallbacks();
 | 
			
		||||
		if (! dedicated)
 | 
			
		||||
		{
 | 
			
		||||
			Discord_RunCallbacks();
 | 
			
		||||
		}
 | 
			
		||||
#endif
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -1600,7 +1603,10 @@ void D_SRB2Main(void)
 | 
			
		|||
	}
 | 
			
		||||
 | 
			
		||||
#ifdef HAVE_DISCORDRPC
 | 
			
		||||
	DRPC_Init();
 | 
			
		||||
	if (! dedicated)
 | 
			
		||||
	{
 | 
			
		||||
		DRPC_Init();
 | 
			
		||||
	}
 | 
			
		||||
#endif
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -482,6 +482,11 @@ void DRPC_UpdatePresence(void)
 | 
			
		|||
	DiscordRichPresence discordPresence;
 | 
			
		||||
	memset(&discordPresence, 0, sizeof(discordPresence));
 | 
			
		||||
 | 
			
		||||
	if (dedicated)
 | 
			
		||||
	{
 | 
			
		||||
		return;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	if (!cv_discordrp.value)
 | 
			
		||||
	{
 | 
			
		||||
		// User doesn't want to show their game information, so update with empty presence.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue