Disable loginsecurity module

This commit is contained in:
Dico200
2015-04-29 03:31:01 +02:00
parent 3daa191d8b
commit 4e1398e514

View File

@@ -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"] = {}