summaryrefslogtreecommitdiff |
diff options
author | nsensfel <SpamShield0@noot-noot.org> | 2019-09-06 17:35:01 +0200 |
---|---|---|
committer | nsensfel <SpamShield0@noot-noot.org> | 2019-09-06 17:35:01 +0200 |
commit | 9a3e0fb6c22d54bbd445e2d792a7554015acacad (patch) | |
tree | 0defd22c936bbdbcc0f6707ece15ff5e87ea10e6 /src/shared/reply | |
parent | 621505c168ec61194f3c495ec8c2d6cbbfdab781 (diff) |
Removes omnimods from glyph boards.
Diffstat (limited to 'src/shared/reply')
-rw-r--r-- | src/shared/reply/shr_add_glyph_board.erl | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/shared/reply/shr_add_glyph_board.erl b/src/shared/reply/shr_add_glyph_board.erl index 1d694f1..5776568 100644 --- a/src/shared/reply/shr_add_glyph_board.erl +++ b/src/shared/reply/shr_add_glyph_board.erl @@ -23,10 +23,6 @@ generate (GlyphBoard) -> {<<"msg">>, <<"add_glyph_board">>}, {<<"id">>, shr_glyph_board:get_id(GlyphBoard)}, {<<"nam">>, shr_glyph_board:get_name(GlyphBoard)}, - {<<"slot">>, shr_glyph_board:get_slots(GlyphBoard)}, - { - <<"omni">>, - shr_omnimods:encode(shr_glyph_board:get_omnimods(GlyphBoard)) - } + {<<"slot">>, shr_glyph_board:get_slots(GlyphBoard)} ] }. |