PlaytimeReward: Add the missing semicolon. Woops
This commit is contained in:
		
							parent
							
								
									50d89a9473
								
							
						
					
					
						commit
						537126b4e0
					
				| @ -61,7 +61,7 @@ public Action Timer_CheckConnectionTime(Handle hThis) | ||||
| 				int iConnectionTimeClamped = g_iClientConnectionTime[i]; | ||||
| 
 | ||||
| 				if (iConnectionTimeClamped > 36000) | ||||
| 					iConnectionTimeClamped = 36000 | ||||
| 					iConnectionTimeClamped = 36000; | ||||
| 
 | ||||
| 				char sPlayerEvent[32]; | ||||
| 				Format(sPlayerEvent, sizeof(sPlayerEvent), "staying_server_%d", iConnectionTimeClamped / 60); | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user