OpenChamp / client

The Godot Project for OpenChamp
GNU General Public License v3.0
127 stars 18 forks source link

Repairs for Recent Server Changes #71

Closed Humungus-Fungus closed 4 months ago

Humungus-Fungus commented 4 months ago

This pull aims to fix some bugs made from the new role of the server instance.

noah1510 commented 4 months ago

Did you implement the respawn by allowing a client to just send the server a respawn command? If that is the case this way of handling it is really bad, it should be the other way around. Once a player dies on the server, the clients get notified, that their character was respawned.

noah1510 commented 4 months ago

The UI fixes look good though.

cmkrist commented 4 months ago

Fixed zero HP bug, merging now