1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-01-12 02:10:30 +00:00

Forget string

This commit is contained in:
Wilma456 2017-07-28 15:21:15 +02:00
parent 0a5155c0ff
commit 226ae3648f

View File

@ -730,7 +730,7 @@ public class FileSystem
} }
if( match == null ) if( match == null )
{ {
throw new FileSystemException( "Invalid Path (" + path + ")" ); throw new FileSystemException( "/" + path + ": Invalid Path" );
} }
return match; return match;
} }