fix compilation issue
This commit is contained in:
		
							parent
							
								
									9db0b5d9cc
								
							
						
					
					
						commit
						7f6311b888
					
				| @ -167,10 +167,10 @@ namespace EliteBGS { | |||||||
|                 string report = discord.GenerateDiscordLog(Report); |                 string report = discord.GenerateDiscordLog(Report); | ||||||
| 
 | 
 | ||||||
|                 DiscordLog.Text = report; |                 DiscordLog.Text = report; | ||||||
|             } catch (Exception e) { |             } catch (Exception exception) { | ||||||
|                 Log("Something went terribly wrong while generating the Discord log."); |                 Log("Something went terribly wrong while generating the Discord log."); | ||||||
|                 Log("Please send this to CMDR Hekateh:"); |                 Log("Please send this to CMDR Hekateh:"); | ||||||
|                 Log(e.ToString()); |                 Log(exception.ToString()); | ||||||
|             } |             } | ||||||
|         } |         } | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user