mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-09-01 01:57:55 +00:00
Fix Bugs
This commit is contained in:
@@ -276,7 +276,7 @@ public class FileMount implements IWritableMount
|
||||
}
|
||||
else
|
||||
{
|
||||
throw new IOException( "Access denied (" + path + ")" );
|
||||
throw new IOException( "Access denied" );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -361,7 +361,7 @@ public class FileMount implements IWritableMount
|
||||
boolean success = m_rootPath.mkdirs();
|
||||
if( !success )
|
||||
{
|
||||
throw new IOException( "Access denied (" + path + ")" );
|
||||
throw new IOException( "Access denied" );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user