Marked two more CCMDs as unsafe

This commit is contained in:
alexey.lysiuk 2018-01-30 15:42:03 +02:00
parent 93686638b0
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);

View File

@ -2999,7 +2999,7 @@ CCMD (cd_resume)
//
//==========================================================================
CCMD (playlist)
UNSAFE_CCMD (playlist)
{
int argc = argv.argc();