mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-10 05:28:56 +02:00
remove dbg stuff
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
8c7e28efb6
commit
ad92813fec
1 changed files with 0 additions and 3 deletions
|
|
@ -13,7 +13,6 @@
|
||||||
|
|
||||||
#include <discord_rpc.h>
|
#include <discord_rpc.h>
|
||||||
#include <fmt/format.h>
|
#include <fmt/format.h>
|
||||||
#include <qdebug.h>
|
|
||||||
|
|
||||||
#include "common/common_types.h"
|
#include "common/common_types.h"
|
||||||
#include "common/string_util.h"
|
#include "common/string_util.h"
|
||||||
|
|
@ -88,8 +87,6 @@ void DiscordImpl::UpdateGameStatus(bool use_default) {
|
||||||
presence.details = "Currently in game";
|
presence.details = "Currently in game";
|
||||||
presence.startTimestamp = start_time;
|
presence.startTimestamp = start_time;
|
||||||
Discord_UpdatePresence(&presence);
|
Discord_UpdatePresence(&presence);
|
||||||
|
|
||||||
qDebug() << "game status updated";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void DiscordImpl::Update() {
|
void DiscordImpl::Update() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue