mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
now server sends the player spawn events
This commit is contained in:
parent
41114313d6
commit
a15c6946cd
|
@ -178,5 +178,6 @@ void PLAYER::try_respawn()
|
|||
spawning = false;
|
||||
character = new(client_id) CHARACTER();
|
||||
character->spawn(this, spawnpos, team);
|
||||
game.create_playerspawn(spawnpos);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue