File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -217,12 +217,6 @@ update msg ({ loginForm } as model) =
217
217
( model, Cmd . none )
218
218
in
219
219
case msg of
220
- AskToTemporaryFinishQuest quest ->
221
- ( model, Lamdera . sendToBackend ( TemporaryFinishQuest quest) )
222
-
223
- AskToTemporaryMaxOutTicks ->
224
- ( model, Lamdera . sendToBackend TemporaryMaxOutTicks )
225
-
226
220
GoToRoute route ->
227
221
let
228
222
finalRoute =
@@ -1788,7 +1782,6 @@ collapsedQuestView progress quest =
1788
1782
, H . viewIf isDone <|
1789
1783
H . text " [DONE]"
1790
1784
]
1791
- , UI . button [ HE . onClick ( AskToTemporaryFinishQuest quest) ] [ H . text " [TEMP FINISH]" ]
1792
1785
]
1793
1786
1794
1787
@@ -5146,8 +5139,6 @@ createdPlayerInfoView tickFrequency worldName zone time player =
5146
5139
[ HA . class " text-green-100 mb-4" ]
5147
5140
[ H . text <| nextTickTime zone time freq ]
5148
5141
)
5149
- , H . div [] [ UI . button [ HE . onClick AskToTemporaryMaxOutTicks ] [ H . text " [MAX]" ] ]
5150
- , H . div [] []
5151
5142
, H . div
5152
5143
[ HA . class " text-right text-green-300" ]
5153
5144
[ H . text " Name:" ]
You can’t perform that action at this time.
0 commit comments