mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
Merge fix
This commit is contained in:
parent
bf3f26ccc1
commit
d0c907242c
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ public class DebugUtil {
|
|||
public static boolean GUI_GAME_DIALOGS_DRAW_CARDS_AREA_BORDER = false;
|
||||
|
||||
// database - show additional info about cache and memory settings
|
||||
public static boolean DATABASE_SHOW_CACHE_AND_MEMORY_STATS_ON_STARTUP = true;
|
||||
public static boolean DATABASE_SHOW_CACHE_AND_MEMORY_STATS_ON_STARTUP = false;
|
||||
|
||||
// database - collect sql queries and stats
|
||||
// how-to use:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue