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:
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:*"
|
||||
# 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:
|
||||
|
|
Loading…
Reference in a new issue