diff --git a/BattleBitAPI/Server/ServerListener.cs b/BattleBitAPI/Server/ServerListener.cs index 8845126..d63ae12 100644 --- a/BattleBitAPI/Server/ServerListener.cs +++ b/BattleBitAPI/Server/ServerListener.cs @@ -1227,7 +1227,7 @@ namespace BattleBitAPI.Server if (responseSpawn != null) { response.Write(true); - request.Write(response); + responseSpawn.Value.Write(response); response.Write(vehicleID); } else diff --git a/CommunityServerAPI.csproj b/CommunityServerAPI.csproj index 0129f7e..a8b1d9e 100644 --- a/CommunityServerAPI.csproj +++ b/CommunityServerAPI.csproj @@ -18,7 +18,7 @@ https://github.com/MrOkiDoki/BattleBit-Community-Server-API https://github.com/MrOkiDoki/BattleBit-Community-Server-API BattleBit - 1.0.3 + 1.0.2.2