by NicoTheGoat » Sun Dec 29, 2019 8:29 pm
Affected version: latest stable and dev builds (g4.2.4-m, g4.3pre-569-g703686bee)
In a 5+ player net game, players 5-8 don't have a PlayerPawn in the PlayerEntered event.
Steps to reproduce:
Start a netgame with the attached pk3 and 5 or more clients.
The pk3 will tell you whether each player has a PlayerPawn in the PlayerEntered event, and again in a thinker's PostBeginPlay method.
Expected result:
All players have a PlayerPawn in both PlayerEntered and PostBeginPlay.
Actual result:
Players 1-4 have a PlayerPawn in both PlayerEntered and PostBeginPlay.
Players 5-8 have a PlayerPawn in PostBeginPlay, but don't have one in PlayerEntered.
- Attachments
-
PlayerPawnTest.pk3
- (664 Bytes) Downloaded 80 times
[b]Affected version[/b]: latest stable and dev builds (g4.2.4-m, g4.3pre-569-g703686bee)
In a 5+ player net game, players 5-8 don't have a PlayerPawn in the PlayerEntered event.
[b]Steps to reproduce[/b]:
Start a netgame with the attached pk3 and 5 or more clients.
The pk3 will tell you whether each player has a PlayerPawn in the PlayerEntered event, and again in a thinker's PostBeginPlay method.
[b]Expected result[/b]:
All players have a PlayerPawn in both PlayerEntered and PostBeginPlay.
[b]Actual result[/b]:
Players 1-4 have a PlayerPawn in both PlayerEntered and PostBeginPlay.
Players 5-8 have a PlayerPawn in PostBeginPlay, but don't have one in PlayerEntered.