Skip to content

Commit

Permalink
Another update for #458
Browse files Browse the repository at this point in the history
  • Loading branch information
eljeffeg committed Oct 10, 2021
1 parent 77b9a4c commit 9c7ebb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/AdminHandlers/AdminGameObjectHandlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ def edit_choices(self, flag, arguments):
for flagoption in arguments[item]:
if len(flagoption) > 0:
# add choice
FlagChoice.create_choice(flag, flagoption)
FlagChoice.create_choice(flag, decode(flagoption))
for choice in currentchoices:
if not choice["uuid"] in choiceitems:
# delete choice
Expand Down

0 comments on commit 9c7ebb0

Please sign in to comment.