summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rw-r--r--main.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/main.py b/main.py
index 7101f69..cfda6aa 100644
--- a/main.py
+++ b/main.py
@@ -73,7 +73,9 @@ shared["load_modules"] = [
#adds snowbrawl minigame
#"snowbrawl",
# Adds /tm [player] for a messages to be sent to this player via /msg
- "pmtoggle"
+ "pmtoggle",
+ # Replacement for LoginSecurity
+ "loginsecurity"
# NOTICE: If you add something here, please add a small descriptive comment above!
]
shared["modules"] = {}