Lower warning cap to 12

20 was too high and nobody ever hit it unless ops gave out manual warnings. Idlers mostly just got away with a very small amount of stasis.
This commit is contained in:
Ryan Schmidt 2018-07-11 09:22:50 -07:00 committed by GitHub
parent 939c4d8555
commit 36d856a764
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,8 +84,8 @@ RESTRICT_FSTASIS = True
AUTO_SANCTION = (
#min max sanctions
(4, 6, {"stasis": 1}),
(7, 19, {"scalestasis": (0, 1, -5)}),
(20, 20, {"tempban": 10})
(7, 11, {"scalestasis": (0, 1, -4)}),
(12, 12, {"tempban": 6})
)
# Send a message to deadchat or wolfchat when a user spectates them