summaryrefslogtreecommitdiff |
diff options
author | nsensfel <SpamShield0@noot-noot.org> | 2018-09-06 18:39:54 +0200 |
---|---|---|
committer | nsensfel <SpamShield0@noot-noot.org> | 2018-09-06 18:39:54 +0200 |
commit | 9e684761e12ad31d8c5996e7f960fd99b1f8f23e (patch) | |
tree | 1476e823da26394a919a1959fff38fc1c10b1a0f /src/battle | |
parent | f3e76846574be962415a836cbad1c401fe597052 (diff) |
Login redirects to main menu if already connected.
Diffstat (limited to 'src/battle')
-rw-r--r-- | src/battle/src/View/Controlled/CharacterCard.elm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/battle/src/View/Controlled/CharacterCard.elm b/src/battle/src/View/Controlled/CharacterCard.elm index cc11e0e..ac56cbb 100644 --- a/src/battle/src/View/Controlled/CharacterCard.elm +++ b/src/battle/src/View/Controlled/CharacterCard.elm @@ -14,7 +14,6 @@ import Html.Events -- Battle ---------------------------------------------------------------------- import Struct.Armor -import Struct.Attributes import Struct.Character import Struct.CharacterTurn import Struct.Event |