Fixes implicit array initializers
This commit is contained in:
parent
7d3a0ca265
commit
fee83ce560
189 changed files with 440 additions and 808 deletions
|
|
@ -80,8 +80,7 @@ namespace Server.Items
|
|||
UpdateStage();
|
||||
}
|
||||
|
||||
private static int[][] m_StageTable = new[]
|
||||
{
|
||||
private static int[][] m_StageTable = {
|
||||
new[]{ 0x1920, 0x1921, 0x1925 },
|
||||
new[]{ 0x1922, 0x1923, 0x1926 },
|
||||
new[]{ 0x1924, 0x1924, 0x1928 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue