mirror of
				https://github.com/SquidDev-CC/CC-Tweaked
				synced 2025-11-03 23:22:59 +00:00 
			
		
		
		
	Forget string
This commit is contained in:
		@@ -730,7 +730,7 @@ public class FileSystem
 | 
			
		||||
        }
 | 
			
		||||
        if( match == null )
 | 
			
		||||
        {
 | 
			
		||||
            throw new FileSystemException( "Invalid Path (" + path + ")" );
 | 
			
		||||
            throw new FileSystemException( "/" + path + ": Invalid Path" );
 | 
			
		||||
        }
 | 
			
		||||
        return match;
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user