From 16ea96b44a70b88316e2dde3d2bce362b07229e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9C=9F=E5=BF=83?= Date: Wed, 8 Jun 2022 11:40:31 +0800 Subject: [PATCH] Update player-database.rst --- source/plugin/module/expansion/player-database.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/plugin/module/expansion/player-database.rst b/source/plugin/module/expansion/player-database.rst index 15eb26b..26b198d 100644 --- a/source/plugin/module/expansion/player-database.rst +++ b/source/plugin/module/expansion/player-database.rst @@ -85,7 +85,7 @@ SQLite 使用方式 ~~~~~~~~ -在服务器启动时必须通过 ``setupPlayerDatabase`` 方法初始化数据库,否则将无法进行接下来的行为: +在服务器启动时必须通过 `setupPlayerDatabase` 方法初始化数据库,否则将无法进行接下来的行为: .. code-block:: kotlin