We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b35074 commit 7ae3dc5Copy full SHA for 7ae3dc5
packet_handlers.go
@@ -252,8 +252,8 @@ func (p *Parser) handleGameEvent(ge *msg.CSVCMsg_GameEvent) {
252
thrower := p.connectedPlayers[int(data["userid"].GetValShort())]
253
position := r3.Vector{
254
X: float64(data["x"].ValFloat),
255
- Z: float64(data["y"].ValFloat),
256
- Y: float64(data["z"].ValFloat),
+ Y: float64(data["y"].ValFloat),
+ Z: float64(data["z"].ValFloat),
257
}
258
259
switch d.Name {
0 commit comments