From 3de9af94f1cb72d6eda5a5c7d7479e7b46fb6787 Mon Sep 17 00:00:00 2001 From: MrOkiDoki <0mrokidoki@gmail.com> Date: Sun, 20 Aug 2023 16:50:36 +0300 Subject: [PATCH 1/2] OnPlayerSpawning fix. --- BattleBitAPI/Server/ServerListener.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 4477d06a5047bfbd2d1877c69fd8686889a5e487 Mon Sep 17 00:00:00 2001 From: MrOkiDoki <0mrokidoki@gmail.com> Date: Sun, 20 Aug 2023 16:54:05 +0300 Subject: [PATCH 2/2] Version change --- CommunityServerAPI.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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