Client Source > UserInterface > PythonApplicationModule.cpp
en alt kısımdaki
}
üstüne ekleyiniz. ardından derleyip yeni client ile oyuna giriniz
#ifdef ENABLE_TELEPORT_MINIMAP_GM
PyModule_AddIntConstant(poModule, "ENABLE_TELEPORT_MINIMAP_GM", 1);
#else
PyModule_AddIntConstant(poModule...