Skip to content

Commit

Permalink
Bump community server API version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mooshua committed Aug 27, 2023
1 parent 3ce65ab commit 341c265
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/BitMod/BitMod.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CommunityServerAPI" Version="1.0.2.2" />
<PackageReference Include="CommunityServerAPI" Version="1.0.4" />
<PackageReference Include="Lilikoi" Version="0.1.0-prerelease.28" />
<PackageReference Include="Serilog" Version="3.0.2-dev-02044" />
</ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion api/BitMod/Events/Result/SpawnRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ public SpawnRequest(OnPlayerSpawnArguments request)
public PlayerSpawningPosition RequestedPoint
{
get => _request.RequestedPoint;
set => _request.RequestedPoint = value;
}

public PlayerLoadout Loadout
Expand Down
2 changes: 1 addition & 1 deletion standalone/BitMod.Launcher/configs/core.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"listener"
{
"public_ip" "127.0.0.1"
"port" "9001"
"port" "9000"
}
}

0 comments on commit 341c265

Please sign in to comment.