Revert "rank reveal not working"
This reverts commit 01695633c7
.
This doesn't work
This commit is contained in:
parent
01695633c7
commit
66331d61ef
1 changed files with 1 additions and 2 deletions
|
@ -1,8 +1,7 @@
|
|||
from hack import Hack, sleep
|
||||
|
||||
|
||||
class _Rankreveal(Hack):
|
||||
"""Not working"""
|
||||
class Rankreveal(Hack):
|
||||
def __init__(self, **kwargs) -> None:
|
||||
super().__init__(**kwargs)
|
||||
|
||||
|
|
Reference in a new issue