mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 03:55:11 +00:00
Whoops lol
This commit is contained in:
parent
8484ace009
commit
949a05fd14
1 changed files with 0 additions and 3 deletions
|
@ -68,10 +68,7 @@ static void strncat_len(char* destination, char* source, size_t destinationLengt
|
|||
|
||||
static void discord_populate_details(char* buffer, int bufferLength) {
|
||||
// get version
|
||||
bool stored = gCoopCompatibility;
|
||||
gCoopCompatibility = true;
|
||||
const char* version = get_version();
|
||||
gCoopCompatibility = stored;
|
||||
int versionLength = strlen(version);
|
||||
snprintf(buffer, bufferLength, "%s", version);
|
||||
buffer += versionLength;
|
||||
|
|
Loading…
Reference in a new issue