thevisad / DayZ-Private-master

Reality DayZ - replaced Bliss for DayZ servers
GNU General Public License v2.0
44 stars 84 forks source link

Channels issue fix #249

Closed humangenome closed 11 years ago

humangenome commented 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.

k4n30 commented 11 years ago

this can be closed now

thevisad commented 11 years ago

Closing per request.