This commit is contained in:
@@ -70,6 +70,6 @@ void Client::SendTextChat(const std::string& msg) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Client::Shoot() {
|
void Client::Shoot() {
|
||||||
protocol::PlayerShootPacket packet;
|
protocol::PlayerShootPacket packet({}, 0, 0);
|
||||||
SendPacket(&packet);
|
SendPacket(&packet);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user