If I wanted to change the rules of the other maps to Fel rules would I make this change?

In MapDefinitions.cs
Code:
RegisterMap(2, 2, 2, 2304, 1600, 1, "Ilshenar", MapRules.TrammelRules);
to
Code:
RegisterMap(2, 2, 2, 2304, 1600, 1, "Ilshenar", MapRules.FeluccaRules);

Also can I just comment out Trammel map, then remove Tram from the PublicMoongate.cs?

Thank You for your time and help.
 
Back