mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-05-09 10:21:50 +00:00
remove dbg
This commit is contained in:
parent
694de51b8c
commit
3f69f13be1
1 changed files with 0 additions and 1 deletions
|
|
@ -35,7 +35,6 @@ void mods_get_main_mod_name(char* destination, u32 maxSize) {
|
|||
for (u16 i = 0; i < gLocalMods.entryCount; i++) {
|
||||
struct Mod* mod = gLocalMods.entries[i];
|
||||
if (!mod->enabled) { continue; }
|
||||
LOG_CONSOLE("%s", mod->category)
|
||||
// always make gamemodes the main mod
|
||||
if ((mod->category && strcmp(mod->category, "gamemode") == 0)
|
||||
|| (mod->incompatible && strcmp(mod->incompatible, "gamemode") == 0)) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue