From 223d14f366e1bbc80cc1fa6ce771ba73a9e869e2 Mon Sep 17 00:00:00 2001 From: Fortern Date: Mon, 13 Oct 2025 07:24:11 +0800 Subject: [PATCH] update --- src/main/kotlin/xyz/fortern/HelloPaper.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/xyz/fortern/HelloPaper.kt b/src/main/kotlin/xyz/fortern/HelloPaper.kt index 84dced8..1e0baa8 100644 --- a/src/main/kotlin/xyz/fortern/HelloPaper.kt +++ b/src/main/kotlin/xyz/fortern/HelloPaper.kt @@ -88,7 +88,7 @@ class HelloPaper : JavaPlugin() { /* * 为什么不要写成 "jar" == protocol * Yoda 表示法错在哪里 - * https://www.yinwang.org/blog-cn/2013/04/16/yoda-notation + * https://www.yinwang.org/posts/yoda-notation * 另一层问题,以人的阅读习惯,应当左侧为变量,右侧为常量,比如"他是小明吗","他"是一个变量,"小明"是个常量,而"小明是他吗"就会很奇怪 */ if (protocol == "jar") {