Skip to content

Commit

Permalink
Set Gameplay Lua to reset mostly according to Practice Mode resets
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Nov 5, 2019
1 parent 02a551c commit 3e3c88b
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,14 @@ local t =
end
jdgCur = msg.Judgment
self:playcommand("SpottedOffset")
end,
PracticeModeResetMessageCommand = function(self)
tDiff = 0
wifey = 0
jdgct = 0
dvCur = nil
jdgCur = nil
self:playcommand("SpottedOffset")
end
}

Expand Down

0 comments on commit 3e3c88b

Please sign in to comment.