Disable loginsecurity module
This commit is contained in:
4
main.py
4
main.py
@@ -75,9 +75,9 @@ shared["load_modules"] = [
|
|||||||
#adds snowbrawl minigame
|
#adds snowbrawl minigame
|
||||||
#"snowbrawl",
|
#"snowbrawl",
|
||||||
# Adds /tm [player] for a messages to be sent to this player via /msg
|
# Adds /tm [player] for a messages to be sent to this player via /msg
|
||||||
"pmtoggle",
|
"pmtoggle"
|
||||||
# Replacement for LoginSecurity
|
# Replacement for LoginSecurity
|
||||||
"loginsecurity"
|
#"loginsecurity"
|
||||||
# NOTICE: If you add something here, please add a small descriptive comment above!
|
# NOTICE: If you add something here, please add a small descriptive comment above!
|
||||||
]
|
]
|
||||||
shared["modules"] = {}
|
shared["modules"] = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user