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