mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Removes a debug statement. Fixes #32.
This commit is contained in:
parent
609b0e73e5
commit
3d9303d269
2
init/msm
2
init/msm
@ -1963,8 +1963,6 @@ server_world_init() {
|
|||||||
server_load_config() {
|
server_load_config() {
|
||||||
local name value
|
local name value
|
||||||
|
|
||||||
echo "server: ${SERVER_NAME[$1]}"
|
|
||||||
|
|
||||||
if [[ -f "${SERVER_CONF[$1]}" ]]; then
|
if [[ -f "${SERVER_CONF[$1]}" ]]; then
|
||||||
while read line; do
|
while read line; do
|
||||||
# ignore comment lines
|
# ignore comment lines
|
||||||
|
Loading…
Reference in New Issue
Block a user