80O / PlusEMU

37 stars 28 forks source link

issue : Room settings doesn't do anything. #130 #193

Closed Poumpilop closed 6 months ago

Poumpilop commented 6 months ago

The problem came from the fact that the whoMute whoKick whoBan variables are int and in the database it was an enum('0','1') ... He couldn't cast. I replaced it with an int(1) in the database.