23 lines
646 B
Plaintext
23 lines
646 B
Plaintext
|
[worldserver]
|
||
|
|
||
|
###################################################################################################
|
||
|
# SOLO LFG
|
||
|
###################################################################################################
|
||
|
|
||
|
# SoloLFG.Enable
|
||
|
# Description: Enable the module
|
||
|
# Default: 1 - (Enabled)
|
||
|
# 0 - (Disabled)
|
||
|
|
||
|
|
||
|
SoloLFG.Enable = 1
|
||
|
|
||
|
# SoloLFG.Announce
|
||
|
# Description: Announce the module
|
||
|
# Default: 1 - (Enabled)
|
||
|
# 0 - (Disabled)
|
||
|
|
||
|
SoloLFG.Announce = 1
|
||
|
|
||
|
###################################################################################################
|