This commit is contained in:
Nikolay 2021-01-16 13:24:22 +03:00 committed by GitHub
parent 6bebde8279
commit 193fb2a381
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,6 +77,7 @@ bool CRunningScript::ThisIsAValidRandomCop(int32 mi, bool cop, bool swat, bool f
default:
return miami && (mi >= MI_VICE1 && mi <= MI_VICE8);
}
return false;
}
int8 CRunningScript::ProcessCommands1000To1099(int32 command)