forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-03-19 20:13:12 +02:00
parent 30ccac17a4
commit 7910da3519
1 changed files with 0 additions and 3 deletions

View File

@ -372,9 +372,6 @@ ACTIONTYPES = {
}
}
ACTIONTYPES = {key: value for key, value in sorted(ACTIONTYPES.items())}
print(ACTIONTYPES, flush=True)
ACTIONTYPES2 = deepcopy(ACTIONTYPES)
ACTIONTYPES2.pop("shadowban")
ACTIONTYPES2.pop("unshadowban")