mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-11-04 17:16:20 +00:00
Fix Bugs
This commit is contained in:
parent
239a2f0d25
commit
f28a1ba517
@ -276,7 +276,7 @@ public class FileMount implements IWritableMount
|
|||||||
}
|
}
|
||||||
else
|
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();
|
boolean success = m_rootPath.mkdirs();
|
||||||
if( !success )
|
if( !success )
|
||||||
{
|
{
|
||||||
throw new IOException( "Access denied (" + path + ")" );
|
throw new IOException( "Access denied" );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user