Merge branch 'main' of ssh://git.gieszer.link:2222/unfa/liblast

main
unfa 2021-09-26 00:55:23 +02:00
commit 3763bd73dd
1 changed files with 0 additions and 2 deletions

View File

@ -322,8 +322,6 @@ func create_player(pid: int, is_local:= false, respawn:= false) -> void:
if not respawn: # first spawn
new_info = PlayerInfo.new() # generate name, color etc
new_info.name = $GUI.settings["username"]
new_info.color = $GUI.settings["player color"]
else: # respawn
new_info = player_list.players[pid] # reuse previous name, color etc
new_info.health = 100 # give the respawned player full health