Skip to content

Commit acae3cf

Browse files
committed
actually add maxrank and minrank to the project file
1 parent dd29d66 commit acae3cf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ZkLobbyServer/ZkLobbyServer.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,12 +126,14 @@
126126
<Compile Include="autohost\Commands\CmdGame.cs" />
127127
<Compile Include="autohost\Commands\CmdListOptions.cs" />
128128
<Compile Include="autohost\Commands\CmdMap.cs" />
129+
<Compile Include="autohost\Commands\CmdMaxRank.cs" />
129130
<Compile Include="autohost\Commands\CmdMinElo.cs" />
130131
<Compile Include="autohost\Commands\CmdMinMapSupportLevel.cs" />
131132
<Compile Include="autohost\Commands\CmdMinLevel.cs" />
132133
<Compile Include="autohost\Commands\CmdMaxLevel.cs" />
133134
<Compile Include="autohost\Commands\CmdMaxElo.cs" />
134135
<Compile Include="autohost\Commands\CmdMaxPlayers.cs" />
136+
<Compile Include="autohost\Commands\CmdMinRank.cs" />
135137
<Compile Include="autohost\Commands\CmdN.cs" />
136138
<Compile Include="autohost\Commands\CmdNotify.cs" />
137139
<Compile Include="autohost\Commands\CmdPassword.cs" />

0 commit comments

Comments
 (0)