aboutsummaryrefslogtreecommitdiff
path: root/hop.go
diff options
context:
space:
mode:
Diffstat (limited to 'hop.go')
-rw-r--r--hop.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/hop.go b/hop.go
index 6f9798d..b54277e 100644
--- a/hop.go
+++ b/hop.go
@@ -75,8 +75,7 @@ func (cc *ClientConn) Hop(serverName string) error {
cc.SendCmd(&mt.ToCltHP{})
cc.SendCmd(&mt.ToCltHUDFlags{Mask: ^mt.HUDFlags(0)})
cc.SendCmd(&mt.ToCltLocalPlayerAnim{})
- // An issue in the mt package breaks this
- // cc.SendCmd(&mt.ToCltMinimapModes{})
+ cc.SendCmd(&mt.ToCltMinimapModes{})
cc.SendCmd(&mt.ToCltMoonParams{
Visible: true,