mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-12-13 11:40:29 +00:00
Fix compiler error
This commit is contained in:
parent
b0ac48b9a3
commit
988e9f10db
@ -666,7 +666,7 @@ public class FileSystem
|
||||
throw new FileSystemException("Too many files already open");
|
||||
}
|
||||
|
||||
m_openFiles.put( file, null );
|
||||
m_openFiles.add( file );
|
||||
return file;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user