mirror of
https://github.com/MrOkiDoki/BattleBit-Community-Server-API.git
synced 2025-01-09 11:17:30 -03:00
OnPlayerSpawning fix.
This commit is contained in:
parent
3ee22a739f
commit
3de9af94f1
1 changed files with 1 additions and 1 deletions
|
@ -1227,7 +1227,7 @@ namespace BattleBitAPI.Server
|
|||
if (responseSpawn != null)
|
||||
{
|
||||
response.Write(true);
|
||||
request.Write(response);
|
||||
responseSpawn.Value.Write(response);
|
||||
response.Write(vehicleID);
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue