private static void LoadMM() { PlayerData pdata = PlayerData.Get(); if (pdata != null) { MapData.AutoLoad(pdata.filename); } }