mirror of
				https://github.com/SquidDev-CC/CC-Tweaked
				synced 2025-10-30 21:23:00 +00:00 
			
		
		
		
	Fix compiler error
This commit is contained in:
		| @@ -666,7 +666,7 @@ public class FileSystem | |||||||
|                 throw new FileSystemException("Too many files already open"); |                 throw new FileSystemException("Too many files already open"); | ||||||
|             } |             } | ||||||
|  |  | ||||||
|             m_openFiles.put( file, null ); |             m_openFiles.add( file ); | ||||||
|             return file; |             return file; | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Lignum
					Lignum