Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/17/22 in Posts

  1. Designed By Wan Hosting Networks More info here
    1 point
  2. Change this: //Fails on noteleport maps, except for GvG and BG maps [Skotlex] if( mapdata->flag[MF_NOTELEPORT] && !(mapdata->flag[MF_BATTLEGROUND] || mapdata_flag_gvg2(mapdata) ) Into this: //Fails on noteleport maps, except for GvG and BG maps [Skotlex] if( mapdata->flag[MF_BATTLEGROUND] && !(mapdata_flag_gvg2(mapdata)) ) {
    1 point
×
×
  • Create New...