From f452015d1b7cd3dcf32218b1b3b50f30639d7c15 Mon Sep 17 00:00:00 2001 From: starfi5h <50672801+starfi5h@users.noreply.github.com> Date: Sat, 16 Mar 2024 10:37:45 +0800 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Chris Yeninas <844685+PhantomGamers@users.noreply.github.com> --- .github/scripts/thunderstore_bundle.js | 2 +- CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/scripts/thunderstore_bundle.js b/.github/scripts/thunderstore_bundle.js index 9356d8097..07ee83c80 100644 --- a/.github/scripts/thunderstore_bundle.js +++ b/.github/scripts/thunderstore_bundle.js @@ -117,7 +117,7 @@ function generateManifest() { const manifest = { name: pluginInfo.name, description: - "With this mod you will be able to play with your friends in the same game! Now support combat mode in game version 0.10.29", + "With this mod you will be able to play with your friends in the same game! Now supports combat mode in game version 0.10.29", version_number: pluginInfo.version, dependencies: [ BEPINEX_DEPENDENCY, diff --git a/CHANGELOG.md b/CHANGELOG.md index 734be9d60..8ac572182 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ - @mmjr, @phantomgamers, @sp00ktober: Review code and provide suggestions 0.9.0: -- Now compatible with game Dark Fog version (DSP 0.10.x). Combat mode is not supported yet. +- Now compatible with Dark Fog game version (DSP 0.10.x). Combat mode is not supported yet. - @phantomgamers: fix compilation after update and overall fixes/cleanup - @phantomgamers: fix UIVirtualStarmap patches - @phantomgamers: reviewing code from other contributers