forked from EXTERNAL/bareiron
fix wrong angle order in spawn entity packet
This commit is contained in:
@@ -746,9 +746,9 @@ int sc_spawnEntity (
|
||||
writeDouble(client_fd, z);
|
||||
|
||||
// Angles
|
||||
writeByte(client_fd, yaw);
|
||||
writeByte(client_fd, pitch);
|
||||
writeByte(client_fd, yaw);
|
||||
writeByte(client_fd, yaw);
|
||||
|
||||
// Data - mostly unused
|
||||
writeByte(client_fd, 0);
|
||||
|
Reference in New Issue
Block a user