mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-01-11 18:00:29 +00:00
Forget string
This commit is contained in:
parent
0a5155c0ff
commit
226ae3648f
@ -730,7 +730,7 @@ public class FileSystem
|
||||
}
|
||||
if( match == null )
|
||||
{
|
||||
throw new FileSystemException( "Invalid Path (" + path + ")" );
|
||||
throw new FileSystemException( "/" + path + ": Invalid Path" );
|
||||
}
|
||||
return match;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user