Marked two more CCMDs as unsafe

This commit is contained in:
alexey.lysiuk 2018-01-30 15:42:03 +02:00
commit f4191f27cf
2 changed files with 2 additions and 2 deletions

View file

@ -1216,7 +1216,7 @@ errorout:
return false;
}
CCMD(clearnodecache)
UNSAFE_CCMD(clearnodecache)
{
TArray<FFileList> list;
FString path = M_GetCachePath(false);