From 960d25110b9bfaa092ef079eb7193d6272ff52d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B3la=20Lus=C3=B8t?= <60041069+solaluset@users.noreply.github.com> Date: Wed, 8 Jan 2025 01:36:07 +0200 Subject: [PATCH] Add my nickname to contributors :) --- .../java/net/william278/husksync/command/HuskSyncCommand.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/src/main/java/net/william278/husksync/command/HuskSyncCommand.java b/common/src/main/java/net/william278/husksync/command/HuskSyncCommand.java index e2106db7..2ff882ee 100644 --- a/common/src/main/java/net/william278/husksync/command/HuskSyncCommand.java +++ b/common/src/main/java/net/william278/husksync/command/HuskSyncCommand.java @@ -69,7 +69,8 @@ public HuskSyncCommand(@NotNull HuskSync plugin) { AboutMenu.Credit.of("HookWoods").description("Code"), AboutMenu.Credit.of("Preva1l").description("Code"), AboutMenu.Credit.of("hanbings").description("Code (Fabric porting)"), - AboutMenu.Credit.of("Stampede2011").description("Code (Fabric mixins)")) + AboutMenu.Credit.of("Stampede2011").description("Code (Fabric mixins)"), + AboutMenu.Credit.of("VinerDream").description("Code")) .credits("Translators", AboutMenu.Credit.of("Namiu").description("Japanese (ja-jp)"), AboutMenu.Credit.of("anchelthe").description("Spanish (es-es)"),