1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

Ops. Sbagliato a sistemare.

This commit is contained in:
Steffo 2016-02-02 16:19:39 +01:00
parent 60a4da2cbf
commit 32f68ffdb6

1
bot.py
View file

@ -277,7 +277,6 @@ while True:
mods = "*Mod:*"
# Dividi in bit l'ID delle mod selezionate usando un bitwise and
# Forse si potrebbe rifare usando la forma esadecimale...?
if int(r['enabled_mods']) & 0b1:
if int(r['enabled_mods']) & 0x1:
mods += " NoFail"
if int(r['enabled_mods']) & 0x2: