update action
This commit is contained in:
parent
48cd81f28d
commit
cc93e24ab6
2
app.js
2
app.js
|
@ -91,7 +91,7 @@ const run = () => {
|
||||||
rpcOsuVersion = splitArray[0];
|
rpcOsuVersion = splitArray[0];
|
||||||
currentMap = splitArray[1];
|
currentMap = splitArray[1];
|
||||||
if (currentMap.endsWith(".osu")) {
|
if (currentMap.endsWith(".osu")) {
|
||||||
rpc.updateState("Editing...");
|
rpc.updateState("Editing/Modding...");
|
||||||
currentMap = currentMap.substring(0, currentMap.length - 4);
|
currentMap = currentMap.substring(0, currentMap.length - 4);
|
||||||
}
|
}
|
||||||
else rpc.updateState("Playing...");
|
else rpc.updateState("Playing...");
|
||||||
|
|
Loading…
Reference in New Issue
Block a user