Skip to content

Commit

Permalink
Beta55 (#127)
Browse files Browse the repository at this point in the history
* beta9

* beta11

* beta11

* beta13

* beta12

* beta13

* beta15

* beta16

* beta17

* beta18

* beta19

* beta20

* beta21

* add_playermanager_api

* beta22

* beta23

* beta24

* beta25

* beta26

* beta27

* beta28

* beta28

* beta29

* beta30

* beta31

* beta32

* beta33

* beta34

* beta35

* beta35

* beta36

* beta37

* beta38

* beta39

* beta40

* beta41

* beta41

* beat43

* beta45

* beta45

* beta46

* beta50

* beta51

* beta52

* beta53

* beta54

* beta55
Hoshinonyaruko authored Apr 7, 2024
1 parent a0c4288 commit 96c3957
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/config.go
Original file line number Diff line number Diff line change
@@ -430,6 +430,10 @@ func AutoConfigurePaths(config *Config) error {
status.SetsuccessReadGameWorldSettings(false)
} else {
config.WorldSettings = gameworldsettings
if config.WorldSettings.AdminPassword == "" {
config.WorldSettings.AdminPassword = "12345"
log.Println("设置默认登入密码为12345,为了你的服务器安全,请一定在管理面板的rcon密码处修改为其他密码.")
}
log.Println("从游戏parworldsetting.ini解析配置成功.")
log.Printf("从游戏parworldsetting.ini解析配置成功.%v", config.WorldSettings)
status.SetsuccessReadGameWorldSettings(true)

0 comments on commit 96c3957

Please sign in to comment.