Removes implicit types
This commit is contained in:
parent
33f5e77a24
commit
04b4cfe75b
261 changed files with 1329 additions and 1329 deletions
|
|
@ -60,12 +60,12 @@ namespace Server.Commands
|
|||
}
|
||||
}
|
||||
|
||||
Map[] brit = new Map[]{ Map.Felucca, Map.Trammel };
|
||||
Map[] fel = new Map[]{ Map.Felucca };
|
||||
Map[] tram = new Map[]{ Map.Trammel };
|
||||
Map[] ilsh = new Map[]{ Map.Ilshenar };
|
||||
Map[] malas = new Map[]{ Map.Malas };
|
||||
Map[] tokuno = new Map[]{ Map.Tokuno };
|
||||
Map[] brit = new[]{ Map.Felucca, Map.Trammel };
|
||||
Map[] fel = new[]{ Map.Felucca };
|
||||
Map[] tram = new[]{ Map.Trammel };
|
||||
Map[] ilsh = new[]{ Map.Ilshenar };
|
||||
Map[] malas = new[]{ Map.Malas };
|
||||
Map[] tokuno = new[]{ Map.Tokuno };
|
||||
|
||||
for ( int i = 0; i < list.Count; ++i )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue