We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 164c71a commit 6a747d2Copy full SHA for 6a747d2
plugin/minecraftobserver/store.go
@@ -61,7 +61,7 @@ var (
61
dbInstance *db
62
// 开启并检查数据库链接
63
getDB = fcext.DoOnceOnSuccess(func(ctx *zero.Ctx) bool {
64
- var err error = initializeDB(engine.DataFolder() + dbPath)
+ var err = initializeDB(engine.DataFolder() + dbPath)
65
if err != nil {
66
// logrus.Errorln(logPrefix+"initializeDB ERROR: ", err)
67
ctx.SendChain(message.Text("[mc-ob] ERROR: ", err))
0 commit comments