Open Maps>Khali and edit the MapInfo.xml
From:
PHP Code:
<MapInfo Version="1.0">
<Identity ID="23"/>
<Display DisplayName="Khali" ThumbIndex="23"/>
<Channel Mission="True" Medium="False" Large="False"/> // Medium = UrbanOps Large= Battlegroup
<GameMode>
<Explosive Support="True"/>
<DeathMatch Support="False"/> <------ This
<Conquest Support="False"/>
<FFA Scale="8"/>
<Tutorial Support="False"/>
</GameMode>
<Restriction PayType="Free"/>
<Audio BGM="Themacity.mp3" Ambient="None">
</MapInfo>
To:
PHP Code:
<MapInfo Version="1.0">
<Identity ID="23"/>
<Display DisplayName="Khali" ThumbIndex="23"/>
<Channel Mission="True" Medium="False" Large="False"/> // Medium = UrbanOps Large= Battlegroup
<GameMode>
<Explosive Support="True"/>
<DeathMatch Support="True"/> <----- This
<Conquest Support="False"/>
<FFA Scale="8"/>
<Tutorial Support="False"/>
</GameMode>
<Restriction PayType="Free"/>
<Audio BGM="Themacity.mp3" Ambient="None">
</MapInfo>
Save and done.