mirror of
				https://github.com/KartKrewDev/RingRacers.git
				synced 2025-10-30 08:01:28 +00:00 
			
		
		
		
	Merge branch 'no-startline-in-special' into 'master'
No start awards in Special See merge request kart-krew-dev/ring-racers-internal!2941
This commit is contained in:
		
						commit
						e6da621dec
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -2067,7 +2067,7 @@ static void K_HandleLapIncrement(player_t *player) | |||
| 				K_UpdateAllPlayerPositions(); // P_DoPlayerExit calls this
 | ||||
| 			} | ||||
| 
 | ||||
| 			if (!G_TimeAttackStart() && player->laps == 1 && lapisfresh) | ||||
| 			if (!G_TimeAttackStart() && !(gametyperules & GTR_ROLLINGSTART) && player->laps == 1 && lapisfresh) | ||||
| 			{ | ||||
| 				if (rainbowstartavailable) | ||||
| 				{ | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Ashnal
						Ashnal