void MoveToNextLevel() { if (!ZSConfig.ChangeLevels) { return; } string map = Picker.ChooseNextLevel(this); if (map != null) { ChangeLevel(map); } }