update action

This commit is contained in:
HorizonCode 2023-05-04 21:22:32 +02:00
parent 48cd81f28d
commit cc93e24ab6
1 changed files with 1 additions and 1 deletions

2
app.js
View File

@ -91,7 +91,7 @@ const run = () => {
rpcOsuVersion = splitArray[0];
currentMap = splitArray[1];
if (currentMap.endsWith(".osu")) {
rpc.updateState("Editing...");
rpc.updateState("Editing/Modding...");
currentMap = currentMap.substring(0, currentMap.length - 4);
}
else rpc.updateState("Playing...");