10 lines
		
	
	
	
		
			379 B
			
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			379 B
			
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/net/minecraft/CrashReport.java
 | |
| +++ b/net/minecraft/CrashReport.java
 | |
| @@ -34,6 +34,7 @@
 | |
|      public CrashReport(String s, Throwable throwable) {
 | |
|          this.title = s;
 | |
|          this.exception = throwable;
 | |
| +        this.systemReport.setDetail("CraftBukkit Information", new org.bukkit.craftbukkit.CraftCrashReport()); // CraftBukkit
 | |
|      }
 | |
|  
 | |
|      public String getTitle() {
 | 
