hotfix: decrease gwb/plasma nerf

This commit is contained in:
tsunyoku
2023-11-16 20:23:17 +00:00
parent 96421f54f4
commit a8b4eaffb2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "akatsuki-pp"
version = "0.9.5"
version = "0.9.6"
authors = ["MaxOhn <ohn.m@hotmail.de>", "tsunyoku <tsunyoku@gmail.com>"]
edition = "2018"
license = "MIT"
+1 -1
View File
@@ -292,7 +292,7 @@ impl<'m> OsuPP<'m> {
}
if self.map.creator == "gwb" || self.map.creator == "Plasma" {
pp *= 0.85;
pp *= 0.9;
}
pp *= match self.map.beatmap_id {