Skip to content

Commit

Permalink
xs2c-0.3.0
Browse files Browse the repository at this point in the history
- updated to latest IxiCore
  • Loading branch information
IxiAngel committed Sep 13, 2019
1 parent 45e6df7 commit b6777da
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 313 deletions.
2 changes: 1 addition & 1 deletion IxianS2/Meta/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class Config
public static string externalIp = "";

// Read-only values
public static readonly string version = "xs2c-0.2.1"; // S2 Node version
public static readonly string version = "xs2c-0.3.0"; // S2 Node version

public static readonly int maximumStreamClients = 100; // Maximum number of stream clients this server can accept

Expand Down
311 changes: 0 additions & 311 deletions IxianS2/Network/StreamMessage.cs

This file was deleted.

1 change: 0 additions & 1 deletion IxianS2/S2Node.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
<Compile Include="Meta\StatsConsoleScreen.cs" />
<Compile Include="Network\NetworkProtocol.cs" />
<Compile Include="Network\QuotaManager.cs" />
<Compile Include="Network\StreamMessage.cs" />
<Compile Include="Network\StreamProcessor.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
Expand Down

0 comments on commit b6777da

Please sign in to comment.