Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: respawn #702

Merged
merged 15 commits into from
Dec 19, 2024
Merged
Prev Previous commit
Next Next commit
chore: remove todo comments
  • Loading branch information
GroobleDierne committed Dec 15, 2024
commit 9c298104ad646e2109145e53461c449ac64c02a2
2 changes: 0 additions & 2 deletions events/tag/src/module/attack.rs
Original file line number Diff line number Diff line change
@@ -441,8 +441,6 @@ impl Module for AttackModule {
// player died, increment kill count
kill_count.kill_count += 1;

// Respawning player TODO : Restore target's health
// send respawn and teleport packets
return;
}