Skip to content

Commit

Permalink
chore: turn off tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
pikdum committed Jun 5, 2024
1 parent 7dd4872 commit 16a9475
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/game.ex
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,8 @@ defmodule ThistleTea.Game do
c.z::little-float-size(32), c.orientation::little-float-size(32)>>
)

send_packet(@smg_tutorial_flags, <<0::little-size(256)>>)
# no tutorials
send_packet(@smg_tutorial_flags, <<0xFFFFFFFFFFFFFFFF::little-size(256)>>)

chr_race = DBC.get_by(ChrRaces, id: c.race)

Expand Down

0 comments on commit 16a9475

Please sign in to comment.