mirror of
				https://github.com/OpenFusionProject/OpenFusion.git
				synced 2025-10-31 08:40:12 +00:00 
			
		
		
		
	Fix racing timestamps
This commit is contained in:
		| @@ -106,7 +106,7 @@ void RacingManager::racingEnd(CNSocket* sock, CNPacketData* data) { | ||||
| 	postRanking.RingCount = EPRaces[sock].ringCount; | ||||
| 	postRanking.Score = score; | ||||
| 	postRanking.Time = timeDiff; | ||||
| 	postRanking.Timestamp = now; | ||||
| 	postRanking.Timestamp = getTimestamp(); | ||||
| 	Database::postRaceRanking(postRanking); | ||||
|  | ||||
| 	// ...then we get the top ranking, which may or may not be what we just submitted | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Gent S
					Gent S