From a31cf820295415d1b98bfe6a45f910b1b5b0ea65 Mon Sep 17 00:00:00 2001 From: akanyan Date: Thu, 27 Jun 2024 23:41:03 +0900 Subject: [PATCH] chore: name correction --- README.md | 2 +- .../MU3/patch_Scene_30_NoticeReward.cs | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {SkipLoginBonus => SkipLoginReward}/MU3/patch_Scene_30_NoticeReward.cs (100%) diff --git a/README.md b/README.md index cb58e3b..a339db8 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Disables *all* timers. A replacement for LockSelectionTime from the older modpac Replaces the in-game rating algorithm (OldBest30+NewBest15+Recent10) with Best45. Client-side and purely cosmetic. -### SkipLoginBonus ⚠️ +### SkipLoginReward ⚠️ Skips login bonuses and event rewards. If you care about those things, don't use this one. diff --git a/SkipLoginBonus/MU3/patch_Scene_30_NoticeReward.cs b/SkipLoginReward/MU3/patch_Scene_30_NoticeReward.cs similarity index 100% rename from SkipLoginBonus/MU3/patch_Scene_30_NoticeReward.cs rename to SkipLoginReward/MU3/patch_Scene_30_NoticeReward.cs