Compare commits

..

2 Commits

Author SHA1 Message Date
83451137d0 fix player shoot
All checks were successful
Linux arm64 / Build (push) Successful in 1m22s
2024-04-13 15:45:03 +02:00
352fa5a034 chore: bump version to alpha-0.0.2 2024-04-13 15:41:43 +02:00
2 changed files with 2 additions and 2 deletions

2
Blitz

Submodule Blitz updated: 52da1cf19b...43510ea568

View File

@@ -70,6 +70,6 @@ void Client::SendTextChat(const std::string& msg) {
}
void Client::Shoot() {
protocol::PlayerShootPacket packet;
protocol::PlayerShootPacket packet({}, 0, 0);
SendPacket(&packet);
}