1
0
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:
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 )
{
throw new FileSystemException( "Invalid Path (" + path + ")" );
throw new FileSystemException( "/" + path + ": Invalid Path" );
}
return match;
}