Closed humangenome closed 11 years ago
\missions\mission1771\world\chernarus\description.ext
Change
disableChannels[] = {0,2,6};
to
disableChannels[]={0,2,6};
Otherwise the regular expression will not work.
this can be closed now
Closing per request.
\missions\mission1771\world\chernarus\description.ext
Change
disableChannels[] = {0,2,6};
to
disableChannels[]={0,2,6};
Otherwise the regular expression will not work.