mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-24 03:54:20 +00:00
Ops. Sbagliato a sistemare.
This commit is contained in:
parent
60a4da2cbf
commit
32f68ffdb6
1 changed files with 0 additions and 1 deletions
1
bot.py
1
bot.py
|
@ -277,7 +277,6 @@ while True:
|
||||||
mods = "*Mod:*"
|
mods = "*Mod:*"
|
||||||
# Dividi in bit l'ID delle mod selezionate usando un bitwise and
|
# Dividi in bit l'ID delle mod selezionate usando un bitwise and
|
||||||
# Forse si potrebbe rifare usando la forma esadecimale...?
|
# Forse si potrebbe rifare usando la forma esadecimale...?
|
||||||
if int(r['enabled_mods']) & 0b1:
|
|
||||||
if int(r['enabled_mods']) & 0x1:
|
if int(r['enabled_mods']) & 0x1:
|
||||||
mods += " NoFail"
|
mods += " NoFail"
|
||||||
if int(r['enabled_mods']) & 0x2:
|
if int(r['enabled_mods']) & 0x2:
|
||||||
|
|
Loading…
Reference in a new issue