Fix whitespace error in Alternate Current patch
This commit is contained in:
		
					parent
					
						
							
								4aa035fa95
							
						
					
				
			
			
				commit
				
					
						61687e53fe
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -1902,7 +1902,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
 | 
				
			||||||
+    public alternate.current.wire.WireHandler getWireHandler() {
 | 
					+    public alternate.current.wire.WireHandler getWireHandler() {
 | 
				
			||||||
+        // This method is overridden in ServerLevel.
 | 
					+        // This method is overridden in ServerLevel.
 | 
				
			||||||
+        // Since Paper is a server platform there is no risk
 | 
					+        // Since Paper is a server platform there is no risk
 | 
				
			||||||
+        // of this implementation being called. It is here 
 | 
					+        // of this implementation being called. It is here
 | 
				
			||||||
+        // only so this method can be called without casting
 | 
					+        // only so this method can be called without casting
 | 
				
			||||||
+        // an instance of Level to ServerLevel.
 | 
					+        // an instance of Level to ServerLevel.
 | 
				
			||||||
+        return null;
 | 
					+        return null;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue