There was an error while loading. Please reload this page.
1 parent cabfafc commit aad71ebCopy full SHA for aad71eb
models/player/player.go
@@ -42,7 +42,7 @@ type Player struct {
42
DirectionChangedAt int64 `json:"directionChangedAt"`
43
Guest bool `json:"guest"`
44
Distance int `json:"distance"`
45
-Health uint8 `json:"health"`
+Health int8 `json:"health"`
46
AntiCheatFlags int `json:"antiCheatFlags"`
47
X int `json:"x"`
48
Y int `json:"y"`
0 commit comments